Package | Description |
---|---|
com.couchbase.client.core.retry.reactor |
Modifier and Type | Interface and Description |
---|---|
interface |
RepeatContext<T>
Context provided to repeat predicate
Repeat.onlyIf(java.util.function.Predicate) and
the repeat callback Repeat.doOnRepeat(java.util.function.Consumer) . |
interface |
RetryContext<T>
Context provided to retry predicate
Retry.onlyIf(java.util.function.Predicate) and
the retry callback Retry.doOnRetry(java.util.function.Consumer) . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultContext<T> |
Copyright © 2020 Couchbase, Inc.. All rights reserved.