Package | Description |
---|---|
com.couchbase.client.java.manager.eventing |
Modifier and Type | Method and Description |
---|---|
static FunctionsStatusOptions |
FunctionsStatusOptions.functionsStatusOptions()
Creates a new instance with default values.
|
Modifier and Type | Method and Description |
---|---|
Mono<EventingStatus> |
ReactiveScopeEventingFunctionManager.functionsStatus(FunctionsStatusOptions options)
Retrieves helpful status information about all functions currently created on the cluster with custom options.
|
CompletableFuture<EventingStatus> |
AsyncScopeEventingFunctionManager.functionsStatus(FunctionsStatusOptions options)
Retrieves helpful status information about all functions currently created on the cluster with custom options.
|
EventingStatus |
ScopeEventingFunctionManager.functionsStatus(FunctionsStatusOptions options)
Retrieves helpful status information about all functions currently created on the cluster with custom options.
|
CompletableFuture<EventingStatus> |
AsyncEventingFunctionManager.functionsStatus(FunctionsStatusOptions options)
Retrieves helpful status information about all functions currently created on the cluster with custom options.
|
EventingStatus |
EventingFunctionManager.functionsStatus(FunctionsStatusOptions options)
Retrieves helpful status information about all functions currently created on the cluster with custom options.
|
Mono<EventingStatus> |
ReactiveEventingFunctionManager.functionsStatus(FunctionsStatusOptions options)
Retrieves helpful status information about all functions currently created on the cluster with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.