Uses of Class
com.couchbase.client.java.manager.eventing.AsyncEventingFunctionManager
Packages that use AsyncEventingFunctionManager
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of AsyncEventingFunctionManager in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncEventingFunctionManagerModifier and TypeMethodDescriptionAsyncCluster.eventingFunctions()Provides access to the eventing function management services for functions in the admin scope. -
Uses of AsyncEventingFunctionManager in com.couchbase.client.java.manager.eventing
Constructors in com.couchbase.client.java.manager.eventing with parameters of type AsyncEventingFunctionManagerModifierConstructorDescriptionEventingFunctionManager(AsyncEventingFunctionManager asyncManager) Creates a newEventingFunctionManager.ReactiveEventingFunctionManager(AsyncEventingFunctionManager asyncManager) Creates a newReactiveEventingFunctionManager.