![]() | EPDataFlowInstance Interface |
Namespace: com.espertech.esper.common.client.dataflow.core
public interface EPDataFlowInstance
The EPDataFlowInstance type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataFlowName | Returns the data flow name. |
![]() | InstanceId | Returns the instance id associated, if any. Use to associate. |
![]() | Parameters | Returns runtime parameters provided at instantiation time, or null if none have been provided. |
![]() | State | Returns the state. |
![]() | Statistics | Get data flow instance statistics, required instantiation with statistics option, use to turn on stats. |
![]() | UserObject | Returns the user object associated, if any. Use to associate. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancel execution. |
![]() | Join | Join an executing data flow instance. |
![]() | Run | Blocking execution of the data flow instance. |
![]() | Start | Non-Blocking execution of the data flow instance. |
![]() | StartCaptive | Captive execution of the data flow instance. |