Package | Description |
---|---|
com.couchbase.client.core.retry.reactor |
Class and Description |
---|
AbstractRetry |
Backoff
Backoff function
|
BackoffDelay |
DefaultRepeat |
DefaultRetry |
IterationContext
Context provided to retry or repeat callbacks.
|
Jitter
Jitter function that is applied to the backoff delay.
|
Repeat
Repeat function that may be used with
Flux.repeatWhen(Function) ,
Mono.repeatWhen(Function) and Mono.repeatWhenEmpty(Function) . |
RepeatContext
Context provided to repeat predicate
Repeat.onlyIf(java.util.function.Predicate) and
the repeat callback Repeat.doOnRepeat(java.util.function.Consumer) . |
Retry
Retry function that may be used with
Flux.retryWhen(Function) and Mono.retryWhen(Function) . |
RetryContext
Context provided to retry predicate
Retry.onlyIf(java.util.function.Predicate) and
the retry callback Retry.doOnRetry(java.util.function.Consumer) . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.