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 Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.messaging.simp.SimpMessagingTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected String
compareAndUpdateResponse
(RequestMessageBuilder builder, UUID target, String customTopic) void
protected final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
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 interfaceorg.springframework.beans.factory.InitializingBean
-
onApplicationEvent
- Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<ClusterMemberEvent>
-
propagateAuthenticationContext
-
compareAndUpdateResponse
@Nullable protected String compareAndUpdateResponse(RequestMessageBuilder builder, UUID target, @Nullable String customTopic)
-