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 DeployFunctionOptionsDeployFunctionOptions. 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 anEventingFunctionidentified by its name with custom options.voidEventingFunctionManager. deployFunction(String name, DeployFunctionOptions options)Deploys anEventingFunctionidentified by its name with custom options.Mono<Void>ReactiveEventingFunctionManager. deployFunction(String name, DeployFunctionOptions options)Deploys anEventingFunctionidentified by its name with custom options.
-