Uses of Class
com.couchbase.client.java.manager.eventing.DropFunctionOptions
-
Uses of DropFunctionOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic DropFunctionOptions
DropFunctionOptions.dropFunctionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.dropFunction
(String name, DropFunctionOptions options) Removes aEventingFunction
by its name if it exists with custom options.AsyncScopeEventingFunctionManager.dropFunction
(String name, DropFunctionOptions options) Removes aEventingFunction
by its name if it exists with custom options.void
EventingFunctionManager.dropFunction
(String name, DropFunctionOptions options) Removes aEventingFunction
by its name if it exists with custom options.ReactiveEventingFunctionManager.dropFunction
(String name, DropFunctionOptions options) Removes aEventingFunction
by its name if it exists with custom options.ReactiveScopeEventingFunctionManager.dropFunction
(String name, DropFunctionOptions options) Removes aEventingFunction
by its name if it exists with custom options.void
ScopeEventingFunctionManager.dropFunction
(String name, DropFunctionOptions options) Removes aEventingFunction
by its name if it exists with custom options.