Uses of Class
com.couchbase.client.java.manager.eventing.ResumeFunctionOptions
-
Packages that use ResumeFunctionOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of ResumeFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return ResumeFunctionOptions Modifier and Type Method Description static ResumeFunctionOptions
ResumeFunctionOptions. resumeFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type ResumeFunctionOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncEventingFunctionManager. 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.Mono<Void>
ReactiveEventingFunctionManager. resumeFunction(String name, ResumeFunctionOptions options)
Resumes anEventingFunction
identified by its name with custom options.
-