Click or drag to resize

EPDataFlowEventBeanCollectorCollect Method

Collect: use the context to transform an event bean to a data flow event.

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

Parameters

context
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowEventBeanCollectorContext
contains event bean, emitter and related information
See Also