Uses of Class
com.couchbase.client.java.manager.eventing.DeployFunctionOptions
-
Uses of DeployFunctionOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic DeployFunctionOptions
DeployFunctionOptions.deployFunctionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.deployFunction
(String name, DeployFunctionOptions options) Deploys anEventingFunction
identified by its name with custom options.AsyncScopeEventingFunctionManager.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.ReactiveScopeEventingFunctionManager.deployFunction
(String name, DeployFunctionOptions options) Deploys anEventingFunction
identified by its name with custom options.void
ScopeEventingFunctionManager.deployFunction
(String name, DeployFunctionOptions options) Deploys anEventingFunction
identified by its name with custom options.