Uses of Class
com.couchbase.client.java.AsyncScope
-
Packages that use AsyncScope Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of AsyncScope in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncScope Modifier and Type Method Description AsyncScopeReactiveScope. async()Returns the underlying async scope.AsyncScopeScope. async()Returns the underlying async scope.AsyncScopeAsyncBucket. defaultScope()Opens the defaultAsyncScope.AsyncScopeAsyncBucket. scope(String name)Opens theAsyncScopewith the given name.
-