Interface EPDataFlowEventBeanCollector
public interface EPDataFlowEventBeanCollector
Collector for use with the EventBusSource operator.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Collect: use the context to transform an event bean to a data flow event.
-
Method Details
-
collect
Collect: use the context to transform an event bean to a data flow event.- Parameters:
context
- contains event bean, emitter and related information
-