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 GetFunctionOptions
GetFunctionOptions. 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 aEventingFunction
by its name with custom options.EventingFunction
EventingFunctionManager. getFunction(String name, GetFunctionOptions options)
Retrieves aEventingFunction
by its name with custom options.Mono<EventingFunction>
ReactiveEventingFunctionManager. getFunction(String name, GetFunctionOptions options)
Retrieves aEventingFunction
by its name with custom options.
-