Interface EventStreamExpressionFactory
- All Known Implementing Classes:
GatewayEventStreamExpressionFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates an
EventStreamExpression
from ExpressionValue
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ExpressionValue field, String sourceHint) Creates anEventStreamExpression
.
-
Method Details
-
create
Creates anEventStreamExpression
.- Parameters:
field
-ExpressionValue
to parsesourceHint
- String describing what the expressionString represents.- Returns:
EventStreamExpression
- Throws:
Exception
- If unable to parse the expression successfully.
-