| CompletionStageRetry<V> |
|
| ConstantBackOff |
Always ignores the cause passed to getInMillis.
|
| CustomBackOff |
|
| ExponentialBackOff |
Always ignores the cause passed to getInMillis.
|
| FibonacciBackOff |
Always ignores the cause passed to getInMillis.
|
| FixedJitter |
Always returns the same value.
|
| RandomJitter |
Provided a maxJitter value, generates random numbers that are greater than or equal to -maxJitter
and less than or equal to maxJitter.
|
| Retry<V> |
|
| RetryEvents |
|
| RetryLogger_$logger |
Warning this class consists of generated code.
|
| ThreadSleepDelay |
Sync delay based on Thread.sleep.
|
| TimerDelay |
Async delay based on Timer.
|