Interface EPDataFlowEventCollector
public interface EPDataFlowEventCollector
Collector for use with the EventBusSink operator.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
collect
(EPDataFlowEventCollectorContext context) Collect: use the context to transform insert and remove stream events to data flow events.
-
Method Details
-
collect
Collect: use the context to transform insert and remove stream events to data flow events.- Parameters:
context
- contains event beans, emitter and related information
-