Class EventStreamParseContext
java.lang.Object
com.inductiveautomation.eventstream.gateway.expression.EventStreamParseContext
- All Implemented Interfaces:
ExpressionParseContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBoundExpression
(String path) Called to create expressions to represent bound elements, like:void
setInput
(EventPayload payload)
-
Constructor Details
-
EventStreamParseContext
-
-
Method Details
-
setInput
-
createBoundExpression
Description copied from interface:ExpressionParseContext
Called to create expressions to represent bound elements, like:{ path.to.something }
- Specified by:
createBoundExpression
in interfaceExpressionParseContext
- Parameters:
path
- the text content inside the braces.- Throws:
RuntimeException
- because the CUP parser doesn't have a throws on the function that calls this inside the parser
-
getFunctionFactory
- Specified by:
getFunctionFactory
in interfaceExpressionParseContext
-