| Interface | Description |
|---|---|
| Backoff.Strategy |
Policy for specifying custom backoff behavior for retries.
|
| Class | Description |
|---|---|
| Backoff |
Common backoff strategies to apply for retries
|
| RetryClientInterceptor |
Interceptor for retrying client calls.
|
| RetryPolicy |
Immutable policy describing how requests should be retried in terms of delay between retries, the
executor to use, and maximum number of retries.
|
| RetryPolicy.Builder |