Uses of Class
com.couchbase.client.java.manager.eventing.UndeployFunctionOptions
Packages that use UndeployFunctionOptions
-
Uses of UndeployFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return UndeployFunctionOptionsModifier and TypeMethodDescriptionstatic UndeployFunctionOptions
UndeployFunctionOptions.undeployFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type UndeployFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.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.