Uses of Class
com.couchbase.client.java.manager.eventing.DeployFunctionOptions
Packages that use DeployFunctionOptions
-
Uses of DeployFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return DeployFunctionOptionsModifier and TypeMethodDescriptionstatic DeployFunctionOptions
DeployFunctionOptions.deployFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type DeployFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.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.ReactiveEventingFunctionManager.deployFunction
(String name, DeployFunctionOptions options) Deploys anEventingFunction
identified by its name with custom options.