@Deprecated public class HeartbeatMonitor extends Object
Constructor and Description |
---|
HeartbeatMonitor(Runnable onInvalidConnection,
ConnectionSanityChecker connectionSanityCheck,
Scheduler scheduler,
long initialDelay,
long delay)
Deprecated.
Primary constructor of
HeartbeatMonitor . |
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Deprecated.
Stops the scheduled task and shutdown the monitor, that cannot be restarted again.
|
void |
start()
Deprecated.
Schedule a task that verifies that the connection is still alive and, if it is not, invoke a callback in order to
react to the disconnection.
|
public HeartbeatMonitor(Runnable onInvalidConnection, ConnectionSanityChecker connectionSanityCheck, Scheduler scheduler, long initialDelay, long delay)
HeartbeatMonitor
.onInvalidConnection
- callback to be call when the connection is no longer aliveconnectionSanityCheck
- sanity check which allows to verify if the connection is alivescheduler
- the Scheduler
to use for scheduling the taskinitialDelay
- the initial delay, in millisecondsdelay
- the scheduling period, in milliseconds@StartHandler(phase=1073741833) public void start()
Phase.INSTRUCTION_COMPONENTS
, as this means all inbound and
outbound connections have been started.@ShutdownHandler(phase=1073741833) public void shutdown()
Phase.INSTRUCTION_COMPONENTS
.Copyright © 2010–2022. All rights reserved.