| 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
Use equivalent features of reactor-core like
RetrySpec and RetryBackoffSpec instead. |
| RetryContext<T> | Deprecated
Use equivalent features of reactor-core like
RetrySpec and RetryBackoffSpec instead. |
| Class | Description |
|---|---|
| AbstractRetry<T,S> | |
| BackoffDelay | |
| DefaultContext<T> | |
| DefaultRepeat<T> | |
| DefaultRetry<T> | Deprecated
Use equivalent features of reactor-core like
RetrySpec and RetryBackoffSpec instead. |
| Exception | Description |
|---|---|
| RetryExhaustedException | Deprecated
Use equivalent features of reactor-core like
Exceptions.retryExhausted(String, Throwable) and Exceptions.isRetryExhausted(Throwable) instead. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.