Class CoreEventingFunctionManager
java.lang.Object
com.couchbase.client.core.manager.CoreEventingFunctionManager
Encapsulates common functionality around the eventing management APIs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeployFunction
(String name, CoreCommonOptions options) dropFunction
(String name, CoreCommonOptions options) CompletableFuture<byte[]>
functionsStatus
(CoreCommonOptions options) CompletableFuture<byte[]>
getAllFunctions
(CoreCommonOptions options) CompletableFuture<byte[]>
getFunction
(String name, CoreCommonOptions options) pauseFunction
(String name, CoreCommonOptions options) resumeFunction
(String name, CoreCommonOptions options) undeployFunction
(String name, CoreCommonOptions options) upsertFunction
(String name, byte[] function, CoreCommonOptions options)
-
Constructor Details
-
CoreEventingFunctionManager
-
CoreEventingFunctionManager
-
-
Method Details
-
upsertFunction
public CompletableFuture<Void> upsertFunction(String name, byte[] function, CoreCommonOptions options) -
dropFunction
-
deployFunction
-
getAllFunctions
-
getFunction
-
pauseFunction
-
resumeFunction
-
undeployFunction
-
functionsStatus
-