Uses of Class
com.couchbase.client.java.manager.eventing.ResumeFunctionOptions
Packages that use ResumeFunctionOptions
-
Uses of ResumeFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return ResumeFunctionOptionsModifier and TypeMethodDescriptionstatic ResumeFunctionOptionsResumeFunctionOptions.resumeFunctionOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type ResumeFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.resumeFunction(String name, ResumeFunctionOptions options) Resumes anEventingFunctionidentified by its name with custom options.AsyncScopeEventingFunctionManager.resumeFunction(String name, ResumeFunctionOptions options) Resumes anEventingFunctionidentified by its name with custom options.voidEventingFunctionManager.resumeFunction(String name, ResumeFunctionOptions options) Resumes anEventingFunctionidentified by its name with custom options.reactor.core.publisher.Mono<Void> ReactiveEventingFunctionManager.resumeFunction(String name, ResumeFunctionOptions options) Resumes anEventingFunctionidentified by its name with custom options.reactor.core.publisher.Mono<Void> ReactiveScopeEventingFunctionManager.resumeFunction(String name, ResumeFunctionOptions options) Resumes anEventingFunctionidentified by its name with custom options.voidScopeEventingFunctionManager.resumeFunction(String name, ResumeFunctionOptions options) Resumes anEventingFunctionidentified by its name with custom options.