Click or drag to resize

EPDataFlowIRStreamCollectorCollect Method

Collect: use the context to transform statement output Event(s) to data flow Event(s).

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

Parameters

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