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 UndeployFunctionOptionsUndeployFunctionOptions. 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 anEventingFunctionidentified by its name with custom options.voidEventingFunctionManager. undeployFunction(String name, UndeployFunctionOptions options)Undeploys anEventingFunctionidentified by its name with custom options.Mono<Void>ReactiveEventingFunctionManager. undeployFunction(String name, UndeployFunctionOptions options)Undeploys anEventingFunctionidentified by its name with custom options.
-