Click or drag to resize

EPDataFlowEventBeanCollector Interface

Collector for use with the EventBusSourceOp operator.

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

The EPDataFlowEventBeanCollector type exposes the following members.

Methods
  NameDescription
Public methodCollect
Collect: use the context to transform an event bean to a data flow event.
Top
See Also