Uses of Class
com.couchbase.client.java.manager.eventing.GetFunctionOptions
Packages that use GetFunctionOptions
-
Uses of GetFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return GetFunctionOptionsModifier and TypeMethodDescriptionstatic GetFunctionOptions
GetFunctionOptions.getFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type GetFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.AsyncScopeEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.EventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.ReactiveEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.ReactiveScopeEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.ScopeEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.