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