Uses of Interface
com.couchbase.client.core.retry.reactor.IterationContext
Package | Description |
---|---|
com.couchbase.client.core.retry.reactor |
-
Uses of IterationContext in com.couchbase.client.core.retry.reactor
Subinterfaces of IterationContext in com.couchbase.client.core.retry.reactor Modifier and Type Interface Description interface
RepeatContext<T>
Context provided to repeat predicateRepeat.onlyIf(java.util.function.Predicate)
and the repeat callbackRepeat.doOnRepeat(java.util.function.Consumer)
.interface
RetryContext<T>
Context provided to retry predicateRetry.onlyIf(java.util.function.Predicate)
and the retry callbackRetry.doOnRetry(java.util.function.Consumer)
.Classes in com.couchbase.client.core.retry.reactor that implement IterationContext Modifier and Type Class Description class
DefaultContext<T>