| Interface | Description |
|---|---|
| RetryAction<T> |
The action to execute with retry.
|
| RetryObserver |
The RetryObserver gives an opportunity to inspect an exception
and optionally stop retries before the retry config is exhausted
|
| Class | Description |
|---|---|
| Retrier |
The Retrier is designed to give generic retry ability to retry anything.
|
| RetryConfig |
A class to config how retries are executed.
|
| RetryConfig.Builder |
The builder class for the RetryConfig
|