| Interface | Description |
|---|---|
| AsyncRetry |
A AsyncRetry instance is thread-safe can be used to decorate multiple requests.
|
| AsyncRetry.Context | |
| AsyncRetry.EventPublisher |
An EventPublisher which subscribes to the reactive stream of RetryEvents and
can be used to register event consumers.
|
| AsyncRetry.Metrics | |
| IntervalFunction | |
| Retry |
A Retry instance is thread-safe can be used to decorate multiple requests.
|
| Retry.Context | |
| Retry.EventPublisher |
An EventPublisher which subscribes to the reactive stream of RetryEvents and
can be used to register event consumers.
|
| Retry.Metrics | |
| RetryRegistry |
The
RetryRegistry is a factory to create Retry instances which stores all Retry instances in a registry. |
| Class | Description |
|---|---|
| RetryConfig | |
| RetryConfig.Builder |