Class NotifyClientHeartbeatSender
java.lang.Object
ch.admin.bit.jeap.server.sent.events.web.NotifyClientHeartbeatSender
-
Constructor Summary
ConstructorsConstructorDescriptionNotifyClientHeartbeatSender(NotifyClientController notifyClientController, long intervalInSeconds) NotifyClientHeartbeatSender(NotifyClientController notifyClientController, ScheduledExecutorService heartbeatScheduler, long rateInMs) -
Method Summary
-
Constructor Details
-
NotifyClientHeartbeatSender
public NotifyClientHeartbeatSender(NotifyClientController notifyClientController, long intervalInSeconds) -
NotifyClientHeartbeatSender
public NotifyClientHeartbeatSender(NotifyClientController notifyClientController, ScheduledExecutorService heartbeatScheduler, long rateInMs)
-
-
Method Details
-
init
@PostConstruct public void init() -
shutdown
@PreDestroy public void shutdown()
-