Class EventHandler
java.lang.Object
org.frankframework.console.controllers.socket.FrankApiWebSocketBase
org.frankframework.console.controllers.socket.EventHandler
- All Implemented Interfaces:
EventListener
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationListener<ClusterMemberEvent>
-
Field Summary
Fields inherited from class org.frankframework.console.controllers.socket.FrankApiWebSocketBase
messagingTemplate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.console.controllers.socket.FrankApiWebSocketBase
afterPropertiesSet, compareAndUpdateResponse, onApplicationEvent, propagateAuthenticationContext
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
-
Constructor Details
-
EventHandler
public EventHandler()
-
-
Method Details
-
serverWarnings
@Scheduled(fixedDelayString="${console.socket.poller.warnings}", timeUnit=SECONDS, initialDelay=60L) public void serverWarnings() -
expandedAdapters
@Scheduled(fixedDelayString="${console.socket.poller.adapters}", timeUnit=SECONDS, initialDelay=60L) public void expandedAdapters() -
adapters
@Scheduled(fixedDelayString="${console.socket.poller.messages}", timeUnit=SECONDS, initialDelay=60L) public void adapters()
-