Uses of Class
com.couchbase.client.java.manager.eventing.DeployFunctionOptions
-
Packages that use DeployFunctionOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of DeployFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return DeployFunctionOptions Modifier and Type Method Description static DeployFunctionOptions
DeployFunctionOptions. deployFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type DeployFunctionOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncEventingFunctionManager. deployFunction(String name, DeployFunctionOptions options)
Deploys anEventingFunction
identified by its name with custom options.void
EventingFunctionManager. deployFunction(String name, DeployFunctionOptions options)
Deploys anEventingFunction
identified by its name with custom options.Mono<Void>
ReactiveEventingFunctionManager. deployFunction(String name, DeployFunctionOptions options)
Deploys anEventingFunction
identified by its name with custom options.
-