Package com.couchbase.client.core.retry.reactor
package com.couchbase.client.core.retry.reactor
-
ClassDescriptionAbstractRetry<T,
S> Backoff functionDefaultRetry<T>Deprecated.Context provided to retry or repeat callbacks.Jitter function that is applied to the backoff delay.Repeat<T>Repeat function that may be used withFlux.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)
.Retry<T>Deprecated.Use equivalent features of reactor-core likeRetrySpec
andRetryBackoffSpec
instead.RetryContext<T>Deprecated.Use equivalent features of reactor-core likeRetrySpec
andRetryBackoffSpec
instead.Deprecated.Use equivalent features of reactor-core likeExceptions.retryExhausted(String, Throwable)
andExceptions.isRetryExhausted(Throwable)
instead.
RetrySpec
andRetryBackoffSpec
instead.