Class UndeployFunctionOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<UndeployFunctionOptions>
com.couchbase.client.java.manager.eventing.UndeployFunctionOptions
Allows to customize the behavior of the eventing function undeploy operation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static UndeployFunctionOptions
Creates a new instance with default values.Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
undeployFunctionOptions
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
build
-