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 Type
    Method
    Description
    void
    This callback will be invoked when there is a change in transport state.
  • Method Details

    • transportStateChanged

      void transportStateChanged(AuthenticationClient client)
      This callback will be invoked when there is a change in transport state.
      Parameters:
      client - The client that has changed transport state.