| Interface | Description |
|---|---|
| ConnectionFailHandler |
Interface to handle a retry
|
| RetryHandler |
Interface to handle a retry
|
| Class | Description |
|---|---|
| RetryNTimes |
Will retry the command N number of times
|
| RetryOnce |
Retries once after a delay
|
| RetryPolicy |
Interface for handling a retry
|
| RetryWithExponentialBackOff |
Retries with an exponential backoff
|
| RetryWithTimeout |
Retries with a delay until a timeout
|
| Exception | Description |
|---|---|
| RetryPolicy.RetryCancelled |
Cancelled retry exception
|