Uses of Interface
com.couchbase.client.core.retry.reactor.RetryContext
-
Packages that use RetryContext Package Description com.couchbase.client.core.retry.reactor -
-
Uses of RetryContext in com.couchbase.client.core.retry.reactor
Classes in com.couchbase.client.core.retry.reactor that implement RetryContext Modifier and Type Class Description classDefaultContext<T>Method parameters in com.couchbase.client.core.retry.reactor with type arguments of type RetryContext Modifier and Type Method Description static <T> DefaultRetry<T>DefaultRetry. create(Predicate<? super RetryContext<T>> retryPredicate)Retry<T>DefaultRetry. doOnRetry(Consumer<? super RetryContext<T>> onRetry)Retry<T>Retry. doOnRetry(Consumer<? super RetryContext<T>> onRetry)Returns a retry function that invokes the provided onRetry callback before every retry.static <T> Retry<T>Retry. onlyIf(Predicate<? super RetryContext<T>> predicate)Retry function that retries only if the predicate returns true, with no limit to the number of attempts.
-