public class EPDataFlowInstanceCaptive
extends java.lang.Object
Constructor and Description |
---|
EPDataFlowInstanceCaptive(java.util.Map<java.lang.String,EPDataFlowEmitterOperator> emitters,
java.util.List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> runnables)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EPDataFlowEmitterOperator> |
getEmitters()
Map of named emitters.
|
java.util.List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> |
getRunnables()
List of operator source runnables.
|
public EPDataFlowInstanceCaptive(java.util.Map<java.lang.String,EPDataFlowEmitterOperator> emitters, java.util.List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> runnables)
emitters
- any emitters that are part of the data flowrunnables
- any runnables that represent source operatorspublic java.util.Map<java.lang.String,EPDataFlowEmitterOperator> getEmitters()
public java.util.List<com.espertech.esper.common.internal.epl.dataflow.runnables.GraphSourceRunnable> getRunnables()