Interface ReconnectionStrategy.ReconnectionAttempt

Enclosing interface:
ReconnectionStrategy

public static interface ReconnectionStrategy.ReconnectionAttempt
A single reconnection attempt that can either be started or aborted.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Abort the reconnection attempt.
    void
    Start the reconnection attempt.
  • Method Details

    • start

      void start()
      Start the reconnection attempt.
    • abort

      void abort()
      Abort the reconnection attempt. This will cause the session to transition to CLOSED_FAILED.