Uses of Class
com.couchbase.client.java.manager.eventing.UndeployFunctionOptions
-
Packages that use UndeployFunctionOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of UndeployFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return UndeployFunctionOptions Modifier and Type Method Description static UndeployFunctionOptions
UndeployFunctionOptions. undeployFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type UndeployFunctionOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncEventingFunctionManager. undeployFunction(String name, UndeployFunctionOptions options)
Undeploys anEventingFunction
identified by its name with custom options.void
EventingFunctionManager. undeployFunction(String name, UndeployFunctionOptions options)
Undeploys anEventingFunction
identified by its name with custom options.Mono<Void>
ReactiveEventingFunctionManager. undeployFunction(String name, UndeployFunctionOptions options)
Undeploys anEventingFunction
identified by its name with custom options.
-