public interface ConnectionHeartbeatListener
ClientConnectionManager to listen to connection heartbeats.| Modifier and Type | Method and Description |
|---|---|
void |
heartbeatResumed(Connection connection)
This event will be fired when the heartbeat is resumed for a connection to a member.
|
void |
heartbeatStopped(Connection connection)
This event will be fired when no heartbeat response is received for
ClientProperty.HEARTBEAT_TIMEOUT milliseconds from the member. |
void heartbeatResumed(Connection connection)
void heartbeatStopped(Connection connection)
ClientProperty.HEARTBEAT_TIMEOUT milliseconds from the member.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.