Click or drag to resize

EPDataFlowInstance Interface

Data flow instanve.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EPDataFlowInstance

The EPDataFlowInstance type exposes the following members.

Properties
  NameDescription
Public propertyDataFlowName
Returns the data flow name.
Public propertyInstanceId
Returns the instance id associated, if any. Use to associate.
Public propertyParameters
Returns runtime parameters provided at instantiation time, or null if none have been provided.
Public propertyState
Returns the state.
Public propertyStatistics
Get data flow instance statistics, required instantiation with statistics option, use to turn on stats.
Public propertyUserObject
Returns the user object associated, if any. Use to associate.
Top
Methods
  NameDescription
Public methodCancel
Cancel execution.
Public methodJoin
Join an executing data flow instance.
Public methodRun
Blocking execution of the data flow instance.
Public methodStart
Non-Blocking execution of the data flow instance.
Public methodStartCaptive
Captive execution of the data flow instance.
Top
See Also