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.voidshutdown()voidstartup()
-
Constructor Details
-
GatewayEventStreamExpressionFactory
-
-
Method Details
-
create
Description copied from interface:EventStreamExpressionFactoryCreates anEventStreamExpression.- Specified by:
createin interfaceEventStreamExpressionFactory- Parameters:
field-ExpressionValueto 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()
-