Uses of Class
com.couchbase.client.java.manager.eventing.GetFunctionOptions
-
Packages that use GetFunctionOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of GetFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return GetFunctionOptions Modifier and Type Method Description static GetFunctionOptionsGetFunctionOptions. getFunctionOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type GetFunctionOptions Modifier and Type Method Description CompletableFuture<EventingFunction>AsyncEventingFunctionManager. getFunction(String name, GetFunctionOptions options)Retrieves aEventingFunctionby its name with custom options.EventingFunctionEventingFunctionManager. getFunction(String name, GetFunctionOptions options)Retrieves aEventingFunctionby its name with custom options.Mono<EventingFunction>ReactiveEventingFunctionManager. getFunction(String name, GetFunctionOptions options)Retrieves aEventingFunctionby its name with custom options.
-