Uses of Class
com.couchbase.client.java.manager.eventing.GetFunctionOptions
-
Uses of GetFunctionOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic GetFunctionOptions
GetFunctionOptions.getFunctionOptions()
Creates a new instance with default values.Modifier 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.