Uses of Class
com.couchbase.client.java.manager.eventing.DropFunctionOptions
-
Packages that use DropFunctionOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of DropFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return DropFunctionOptions Modifier and Type Method Description static DropFunctionOptions
DropFunctionOptions. dropFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type DropFunctionOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncEventingFunctionManager. 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.Mono<Void>
ReactiveEventingFunctionManager. dropFunction(String name, DropFunctionOptions options)
Removes aEventingFunction
by its name if it exists with custom options.
-