Class Observe
java.lang.Object
com.couchbase.client.core.service.kv.Observe
public class Observe extends Object
Implements traditional observe-based durability requirements.
- Since:
- 2.0.0
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Observe.ObservePersistTo
Defines the possible disk persistence constraints to observe.static class
Observe.ObserveReplicateTo
Defines the possible replication constraints to observe. -
Constructor Summary
Constructors Constructor Description Observe()
-
Method Summary
Modifier and Type Method Description static Mono<Void>
poll(ObserveContext ctx)
-
Constructor Details
-
Observe
public Observe()
-
-
Method Details
-
poll
-