Package com.couchbase.client.core.retry.reactor
@NullUnmarked
package com.couchbase.client.core.retry.reactor
This package consists of code borrowed from an old version of the optional
`reactor-extra` library. Modern versions of Reactor have incorporated
retry functionality into the core library. New code should not use
classes in this package.
-
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 likeRetrySpecandRetryBackoffSpecinstead.RetryContext<T>Deprecated.Use equivalent features of reactor-core likeRetrySpecandRetryBackoffSpecinstead.Deprecated.Use equivalent features of reactor-core likeExceptions.retryExhausted(String, Throwable)andExceptions.isRetryExhausted(Throwable)instead.
RetrySpecandRetryBackoffSpecinstead.