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, propagateAuthenticationContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution 
- 
Constructor Details
- 
EventHandler
public EventHandler() 
 - 
 - 
Method Details
- 
serverWarnings
@Scheduled(fixedDelayString="${console.socket.poller.warnings}", timeUnit=SECONDS, initialDelayString="${console.socket.poller.startDelay}") public void serverWarnings() - 
expandedAdapters
@Scheduled(fixedDelayString="${console.socket.poller.adapters}", timeUnit=SECONDS, initialDelayString="${console.socket.poller.startDelay}") public void expandedAdapters() - 
adapters
@Scheduled(fixedDelayString="${console.socket.poller.messages}", timeUnit=SECONDS, initialDelayString="${console.socket.poller.startDelay}") public void adapters() 
 -