Uses of Class
com.couchbase.client.java.manager.eventing.AsyncScopeEventingFunctionManager
Packages that use AsyncScopeEventingFunctionManager
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of AsyncScopeEventingFunctionManager in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncScopeEventingFunctionManagerModifier and TypeMethodDescriptionAsyncScope.eventingFunctions()
Provides access to the eventing function management services for functions in this scope. -
Uses of AsyncScopeEventingFunctionManager in com.couchbase.client.java.manager.eventing
Constructors in com.couchbase.client.java.manager.eventing with parameters of type AsyncScopeEventingFunctionManagerModifierConstructorDescriptionReactiveScopeEventingFunctionManager
(ReactorOps reactor, AsyncScopeEventingFunctionManager asyncManager) Creates a newReactiveScopeEventingFunctionManager
.Creates a newScopeEventingFunctionManager
.