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<GraphSourceRunnable> runnables) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionMap of named emitters.List of operator source runnables.
-
Constructor Details
-
EPDataFlowInstanceCaptive
public EPDataFlowInstanceCaptive(Map<String, EPDataFlowEmitterOperator> emitters, List<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
List of operator source runnables.- Returns:
- runnables
-