Click or drag to resize

EPDataFlowEventBeanCollectorContext Class

For use with provides collection context. <p> Do not retain handles to this instance as its contents may change. </p>
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowEventBeanCollectorContext

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

The EPDataFlowEventBeanCollectorContext type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEmitter
Returns the emitter.
Public propertyEvent
Returns the event to process.
Public propertyIsSubmitEventBean
Returns true to submit EventBean instances, false to submit underlying event.
Top
See Also