| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncScope |
ReactiveScope.async()
Returns the underlying async scope.
|
AsyncScope |
Scope.async()
Returns the underlying async scope.
|
AsyncScope |
AsyncBucket.defaultScope()
Opens the default
AsyncScope. |
AsyncScope |
AsyncBucket.scope(String name)
Opens the
AsyncScope with the given name. |
Copyright © 2020 Couchbase, Inc.. All rights reserved.