Uses of Class
com.couchbase.client.java.manager.eventing.UndeployFunctionOptions
-
Uses of UndeployFunctionOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic UndeployFunctionOptions
UndeployFunctionOptions.undeployFunctionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.undeployFunction
(String name, UndeployFunctionOptions options) Undeploys anEventingFunction
identified by its name with custom options.AsyncScopeEventingFunctionManager.undeployFunction
(String name, UndeployFunctionOptions options) Undeploys anEventingFunction
identified by its name with custom options.void
EventingFunctionManager.undeployFunction
(String name, UndeployFunctionOptions options) Undeploys anEventingFunction
identified by its name with custom options.ReactiveEventingFunctionManager.undeployFunction
(String name, UndeployFunctionOptions options) Undeploys anEventingFunction
identified by its name with custom options.ReactiveScopeEventingFunctionManager.undeployFunction
(String name, UndeployFunctionOptions options) Undeploys anEventingFunction
identified by its name with custom options.void
ScopeEventingFunctionManager.undeployFunction
(String name, UndeployFunctionOptions options) Undeploys anEventingFunction
identified by its name with custom options.