public static interface RetryBackoffStrategy.Instance
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Start the reconnect process
|
int |
getAttemptCount() |
long |
getNextDelay() |
void |
success()
Called when a connection was established successfully
|
void |
suspend()
Suspend the host for being bad (i.e.
|
void begin()
void success()
long getNextDelay()
void suspend()
int getAttemptCount()