Package | Description |
---|---|
com.espertech.esper.common.client.dataflow.core |
Client API for data flows.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EPDataFlowEmitterOperator> |
EPDataFlowInstanceCaptive.getEmitters()
Map of named emitters.
|
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.
|