Class EventingFunctionConstantBinding
java.lang.Object
com.couchbase.client.java.manager.eventing.EventingFunctionConstantBinding
Represents a constant binding of an eventing function.
-
Method Summary
-
Method Details
-
create
Creates 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
.
-
alias
The alias for the eventing function. -
literal
The literal for the eventing function. -
toString
-