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