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 ResumeFunctionOptionsResumeFunctionOptions. 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 anEventingFunctionidentified by its name with custom options.voidEventingFunctionManager. resumeFunction(String name, ResumeFunctionOptions options)Resumes anEventingFunctionidentified by its name with custom options.Mono<Void>ReactiveEventingFunctionManager. resumeFunction(String name, ResumeFunctionOptions options)Resumes anEventingFunctionidentified by its name with custom options.
-