Uses of Package
com.couchbase.client.core.retry.reactor
Packages that use com.couchbase.client.core.retry.reactor
Package
Description
This package consists of code borrowed from an old version of the optional
`reactor-extra` library.
-
Classes in com.couchbase.client.core.retry.reactor used by com.couchbase.client.core.retry
-
Classes in com.couchbase.client.core.retry.reactor used by com.couchbase.client.core.retry.reactorClassDescriptionBackoff 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.