Click or drag to resize

EPDataFlowEventCollectorContext 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 EPDataFlowEventCollectorContext(
	EventServiceSendEventCommon sender,
	Object event
)

Parameters

sender
Type: EventServiceSendEventCommon
for sending events to the event bus
event
Type: SystemObject
to process
See Also