Class EventingFunctionConstantBinding
java.lang.Object
com.couchbase.client.java.manager.eventing.EventingFunctionConstantBinding
Represents a constant binding of an eventing function.
- 
Method Summary
- 
Method Details- 
createCreates a newEventingFunctionConstantBinding.- Parameters:
- alias- the alias for the constant binding.
- literal- the literal of the constant binding (the constant itself).
- Returns:
- a new instance of the EventingFunctionConstantBinding.
 
- 
aliasThe alias for the eventing function.
- 
literalThe literal for the eventing function.
- 
toString
 
-