Package | Description |
---|---|
com.couchbase.client.java.manager.eventing |
Modifier and Type | Method and Description |
---|---|
static UndeployFunctionOptions |
UndeployFunctionOptions.undeployFunctionOptions()
Creates a new instance with default values.
|
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
ReactiveScopeEventingFunctionManager.undeployFunction(String name,
UndeployFunctionOptions options)
Undeploys an
EventingFunction identified by its name with custom options. |
CompletableFuture<Void> |
AsyncScopeEventingFunctionManager.undeployFunction(String name,
UndeployFunctionOptions options)
Undeploys an
EventingFunction identified by its name with custom options. |
void |
ScopeEventingFunctionManager.undeployFunction(String name,
UndeployFunctionOptions options)
Undeploys an
EventingFunction identified by its name with custom options. |
CompletableFuture<Void> |
AsyncEventingFunctionManager.undeployFunction(String name,
UndeployFunctionOptions options)
Undeploys an
EventingFunction identified by its name with custom options. |
void |
EventingFunctionManager.undeployFunction(String name,
UndeployFunctionOptions options)
Undeploys an
EventingFunction identified by its name with custom options. |
Mono<Void> |
ReactiveEventingFunctionManager.undeployFunction(String name,
UndeployFunctionOptions options)
Undeploys an
EventingFunction identified by its name with custom options. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.