Uses of Class
com.couchbase.client.java.manager.eventing.EventingStatus
-
Packages that use EventingStatus Package Description com.couchbase.client.java.manager.eventing -
-
Uses of EventingStatus in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingStatus Modifier and Type Method Description EventingStatusEventingFunctionManager. functionsStatus()Retrieves helpful status information about all functions currently created on the cluster.EventingStatusEventingFunctionManager. functionsStatus(FunctionsStatusOptions options)Retrieves helpful status information about all functions currently created on the cluster with custom options.Methods in com.couchbase.client.java.manager.eventing that return types with arguments of type EventingStatus Modifier and Type Method Description CompletableFuture<EventingStatus>AsyncEventingFunctionManager. functionsStatus()Retrieves helpful status information about all functions currently created on the cluster.CompletableFuture<EventingStatus>AsyncEventingFunctionManager. functionsStatus(FunctionsStatusOptions options)Retrieves helpful status information about all functions currently created on the cluster with custom options.Mono<EventingStatus>ReactiveEventingFunctionManager. functionsStatus()Retrieves helpful status information about all functions currently created on the cluster.Mono<EventingStatus>ReactiveEventingFunctionManager. functionsStatus(FunctionsStatusOptions options)Retrieves helpful status information about all functions currently created on the cluster with custom options.
-