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.javaMethods 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.eventingConstructors in com.couchbase.client.java.manager.eventing with parameters of type AsyncEventingFunctionManagerModifierConstructorDescriptionEventingFunctionManager(AsyncEventingFunctionManager asyncManager) Creates a newEventingFunctionManager.ReactiveEventingFunctionManager(ReactorOps reactor, AsyncEventingFunctionManager asyncManager) Creates a newReactiveEventingFunctionManager.