Interface FailoverEventListener
public interface FailoverEventListener
A FailoverEvent notifies the client the state if the connection changes occurred on the session.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
failoverEvent
(FailoverEventType eventType) Notifies that a connection state has changed according the specified event type.
-
Method Details
-
failoverEvent
Notifies that a connection state has changed according the specified event type.
This method is called when failover is detected, if it fails and when it's completed- Parameters:
eventType
- The type of event
-