Class GatewayEventStreamExpressionFactory
java.lang.Object
com.inductiveautomation.eventstream.gateway.expression.GatewayEventStreamExpressionFactory
- All Implemented Interfaces:
EventStreamExpressionFactory
public class GatewayEventStreamExpressionFactory
extends Object
implements EventStreamExpressionFactory
-
Constructor Summary
ConstructorsConstructorDescriptionGatewayEventStreamExpressionFactory
(EncoderRegistry encoders, CommonContext commonContext) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ExpressionValue field, String sourceHint) Creates anEventStreamExpression
.void
shutdown()
void
startup()
-
Constructor Details
-
GatewayEventStreamExpressionFactory
-
-
Method Details
-
create
Description copied from interface:EventStreamExpressionFactory
Creates anEventStreamExpression
.- Specified by:
create
in interfaceEventStreamExpressionFactory
- Parameters:
field
-ExpressionValue
to parsesourceHint
- String describing what the expressionString represents.- Returns:
EventStreamExpression
- Throws:
Exception
- If unable to parse the expression successfully.
-
startup
public void startup() -
shutdown
public void shutdown()
-