Click or drag to resize

EPDataFlowEventBeanCollectorContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowEventBeanCollectorContext(
	EPDataFlowEmitter emitter,
	bool submitEventBean,
	EventBean theEvent
)

Parameters

emitter
Type: EPDataFlowEmitter
to emit into the data flow
submitEventBean
Type: SystemBoolean
indicator whether to submit EventBean or underlying events
theEvent
Type: com.espertech.esper.common.clientEventBean
to process
See Also