Uses of Class
com.couchbase.client.java.manager.eventing.UndeployFunctionOptions
Packages that use UndeployFunctionOptions
- 
Uses of UndeployFunctionOptions in com.couchbase.client.java.manager.eventingMethods in com.couchbase.client.java.manager.eventing that return UndeployFunctionOptionsModifier and TypeMethodDescriptionstatic UndeployFunctionOptionsUndeployFunctionOptions.undeployFunctionOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type UndeployFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.undeployFunction(String name, UndeployFunctionOptions options) Undeploys anEventingFunctionidentified by its name with custom options.AsyncScopeEventingFunctionManager.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.reactor.core.publisher.Mono<Void> ReactiveEventingFunctionManager.undeployFunction(String name, UndeployFunctionOptions options) Undeploys anEventingFunctionidentified by its name with custom options.reactor.core.publisher.Mono<Void> ReactiveScopeEventingFunctionManager.undeployFunction(String name, UndeployFunctionOptions options) Undeploys anEventingFunctionidentified by its name with custom options.voidScopeEventingFunctionManager.undeployFunction(String name, UndeployFunctionOptions options) Undeploys anEventingFunctionidentified by its name with custom options.