Click or drag to resize

EPDataFlowIRStreamCollectorContext Properties

The EPDataFlowIRStreamCollectorContext type exposes the following members.

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