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 DropFunctionOptionsDropFunctionOptions. 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 aEventingFunctionby its name if it exists with custom options.voidEventingFunctionManager. dropFunction(String name, DropFunctionOptions options)Removes aEventingFunctionby its name if it exists with custom options.Mono<Void>ReactiveEventingFunctionManager. dropFunction(String name, DropFunctionOptions options)Removes aEventingFunctionby its name if it exists with custom options.
-