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