Class EventStreamFactory
java.lang.Object
com.inductiveautomation.eventstream.gateway.EventStreamFactory
-
Constructor Summary
ConstructorsConstructorDescriptionEventStreamFactory
(ExecutorService executor, ScheduledExecutorService scheduledExecutor, com.codahale.metrics.MetricRegistry gatewayMetrics, EventStreamRegistries registries, Supplier<ScriptManager> scriptManager, GatewayEventStreamExpressionFactory expressionFactory, LastSourceEventCache lastEventCache, FailureStrategy.Factory failureStrategyFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ResourceId resourceId, EventStreamConfig config) create
(ResourceId resourceId, EventStreamConfig config, EventStreamRunConfig runConfig)
-
Constructor Details
-
EventStreamFactory
public EventStreamFactory(ExecutorService executor, ScheduledExecutorService scheduledExecutor, com.codahale.metrics.MetricRegistry gatewayMetrics, EventStreamRegistries registries, Supplier<ScriptManager> scriptManager, GatewayEventStreamExpressionFactory expressionFactory, LastSourceEventCache lastEventCache, FailureStrategy.Factory failureStrategyFactory)
-
-
Method Details
-
create
-
create
public EventStream create(ResourceId resourceId, EventStreamConfig config, EventStreamRunConfig runConfig)
-