Interface ReconnectionStrategy.ReconnectionAttempt
- Enclosing interface:
- ReconnectionStrategy
public static interface ReconnectionStrategy.ReconnectionAttempt
A single reconnection attempt that can either be started or aborted.
-
Method Summary
-
Method Details
-
start
void start()Start the reconnection attempt. -
abort
void abort()Abort the reconnection attempt. This will cause the session to transition toCLOSED_FAILED
.
-