Package io.deephaven.enterprise.auth
Interface AuthenticationClientManager.ClientTransportStatusChangeListener
- Enclosing class:
- AuthenticationClientManager
public static interface AuthenticationClientManager.ClientTransportStatusChangeListener
This interface is used for underlying transport status changes for authentication clients. For lengthly
operations like reconnection this is useful to bound retry time in retry loops.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This callback will be invoked when there is a change in transport state.
-
Method Details
-
transportStateChanged
This callback will be invoked when there is a change in transport state.- Parameters:
client
- The client that has changed transport state.
-