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