Class EPDataFlowInstanceCaptive
java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceCaptive
Holder for captive data flow execution.
-
Constructor Summary
ConstructorDescriptionEPDataFlowInstanceCaptive
(Map<String, EPDataFlowEmitterOperator> emitters, List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> runnables) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionMap of named emitters.List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable>
List of operator source runnables.
-
Constructor Details
-
EPDataFlowInstanceCaptive
public EPDataFlowInstanceCaptive(Map<String, EPDataFlowEmitterOperator> emitters, List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> runnables) Ctor.- Parameters:
emitters
- any emitters that are part of the data flowrunnables
- any runnables that represent source operators
-
-
Method Details
-
getEmitters
Map of named emitters.- Returns:
- emitters
-
getRunnables
public List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> getRunnables()List of operator source runnables.- Returns:
- runnables
-