Uses of Package
com.couchbase.client.core.retry.reactor
-
-
ClassDescriptionBackoff functionDeprecated.Context provided to retry or repeat callbacks.Jitter function that is applied to the backoff delay.Repeat function that may be used with
Flux.repeatWhen(Function)
,Mono.repeatWhen(Function)
andMono.repeatWhenEmpty(Function)
.Context provided to repeat predicateRepeat.onlyIf(java.util.function.Predicate)
and the repeat callbackRepeat.doOnRepeat(java.util.function.Consumer)
.Deprecated.Use equivalent features of reactor-core likeRetrySpec
andRetryBackoffSpec
instead.Deprecated.Use equivalent features of reactor-core likeRetrySpec
andRetryBackoffSpec
instead.
RetrySpec
andRetryBackoffSpec
instead.