Class FrankApiWebSocketBase

java.lang.Object
org.frankframework.console.controllers.socket.FrankApiWebSocketBase
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationListener<ClusterMemberEvent>
Direct Known Subclasses:
EventHandler

public class FrankApiWebSocketBase extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationListener<ClusterMemberEvent>
  • Field Details

    • messagingTemplate

      @Autowired protected org.springframework.messaging.simp.SimpMessagingTemplate messagingTemplate
  • Constructor Details

    • FrankApiWebSocketBase

      public FrankApiWebSocketBase()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • onApplicationEvent

      public void onApplicationEvent(ClusterMemberEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<ClusterMemberEvent>
    • propagateAuthenticationContext

      protected final void propagateAuthenticationContext(String name)
    • compareAndUpdateResponse

      @Nullable protected String compareAndUpdateResponse(RequestMessageBuilder builder, UUID target, @Nullable String customTopic)