Uses of Class
com.couchbase.client.java.ReactiveScope
-
Packages that use ReactiveScope Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of ReactiveScope in com.couchbase.client.java
Methods in com.couchbase.client.java that return types with arguments of type ReactiveScope Modifier and Type Method Description Mono<ReactiveScope>
ReactiveBucket. defaultScope()
Opens the defaultReactiveScope
.Mono<ReactiveScope>
ReactiveBucket. scope(String name)
Opens theReactiveScope
with the given name.
-