Click or drag to resize

EPDataFlowIRStreamCollectorContext Class

Context for use with .

Do not retain a handle of this object as its contents are subject to change.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowIRStreamCollectorContext

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

The EPDataFlowIRStreamCollectorContext type exposes the following members.

Constructors
  NameDescription
Public methodEPDataFlowIRStreamCollectorContext
Ctor.
Top
Properties
  NameDescription
Public propertyEmitter
Returns the emitter.
Public propertyIsSubmitEventBean
Returns indicator whether to submit wrapped events (EventBean) or underlying events
Public propertyNewEvents
Returns insert stream.
Public propertyOldEvents
Returns remove stream.
Public propertyRuntime
Returns the runtime instance and can safely be cast to EPRuntime when needed (typed object to not require a dependency on runtime)
Public propertyStatement
Returns the statement and can safely be cast to EPStatement when needed (typed object to not require a dependency on runtime)
Top
See Also