Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionConstantBinding
-
Packages that use EventingFunctionConstantBinding Package Description com.couchbase.client.java.manager.eventing -
-
Uses of EventingFunctionConstantBinding in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionConstantBinding Modifier and Type Method Description static EventingFunctionConstantBinding
EventingFunctionConstantBinding. create(String alias, String literal)
Creates a newEventingFunctionConstantBinding
.Methods in com.couchbase.client.java.manager.eventing that return types with arguments of type EventingFunctionConstantBinding Modifier and Type Method Description List<EventingFunctionConstantBinding>
EventingFunction. constantBindings()
The constant bindings for the function.Method parameters in com.couchbase.client.java.manager.eventing with type arguments of type EventingFunctionConstantBinding Modifier and Type Method Description EventingFunction.Builder
EventingFunction.Builder. constantBindings(List<EventingFunctionConstantBinding> constantBindings)
Sets the constant bindings for the function.
-