Uses of Class
com.couchbase.client.java.manager.eventing.ResumeFunctionOptions
-
Uses of ResumeFunctionOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic ResumeFunctionOptions
ResumeFunctionOptions.resumeFunctionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.resumeFunction
(String name, ResumeFunctionOptions options) Resumes anEventingFunction
identified by its name with custom options.AsyncScopeEventingFunctionManager.resumeFunction
(String name, ResumeFunctionOptions options) Resumes anEventingFunction
identified by its name with custom options.void
EventingFunctionManager.resumeFunction
(String name, ResumeFunctionOptions options) Resumes anEventingFunction
identified by its name with custom options.ReactiveEventingFunctionManager.resumeFunction
(String name, ResumeFunctionOptions options) Resumes anEventingFunction
identified by its name with custom options.ReactiveScopeEventingFunctionManager.resumeFunction
(String name, ResumeFunctionOptions options) Resumes anEventingFunction
identified by its name with custom options.void
ScopeEventingFunctionManager.resumeFunction
(String name, ResumeFunctionOptions options) Resumes anEventingFunction
identified by its name with custom options.