| Interface | Description |
|---|---|
| Backoff |
Backoff function
|
| IterationContext<T> |
Context provided to retry or repeat callbacks.
|
| Jitter |
Jitter function that is applied to the backoff delay.
|
| Repeat<T> |
Repeat function that may be used with
Flux.repeatWhen(Function),
Mono.repeatWhen(Function) and Mono.repeatWhenEmpty(Function). |
| RepeatContext<T> |
Context provided to repeat predicate
Repeat.onlyIf(java.util.function.Predicate) and
the repeat callback Repeat.doOnRepeat(java.util.function.Consumer). |
| Retry<T> | Deprecated
To be removed in 3.6.0 at the earliest.
|
| RetryContext<T> | Deprecated
To be removed in 3.6.0 at the earliest.
|
| Class | Description |
|---|---|
| AbstractRetry<T,S> | |
| BackoffDelay | |
| DefaultContext<T> | |
| DefaultRepeat<T> | |
| DefaultRetry<T> | Deprecated
To be removed in 3.6.0 at the earliest.
|
| Exception | Description |
|---|---|
| RetryExhaustedException | Deprecated
To be removed in 3.6.0 at the earliest.
|