Uses of Class
com.couchbase.client.java.manager.eventing.GetAllFunctionsOptions
-
Packages that use GetAllFunctionsOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of GetAllFunctionsOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return GetAllFunctionsOptions Modifier and Type Method Description static GetAllFunctionsOptionsGetAllFunctionsOptions. getAllFunctionsOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type GetAllFunctionsOptions Modifier and Type Method Description CompletableFuture<List<EventingFunction>>AsyncEventingFunctionManager. getAllFunctions(GetAllFunctionsOptions options)Retrieves allEventingFunctionscurrently stored on the server with custom options.List<EventingFunction>EventingFunctionManager. getAllFunctions(GetAllFunctionsOptions options)Retrieves allEventingFunctionscurrently stored on the server with custom options.Flux<EventingFunction>ReactiveEventingFunctionManager. getAllFunctions(GetAllFunctionsOptions options)Retrieves allEventingFunctionscurrently stored on the server with custom options.
-