Interface EPDataFlowIRStreamCollector
public interface EPDataFlowIRStreamCollector
Collector for use with the EPStatementSource operator.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Collect: use the context to transform statement output event(s) to data flow event(s).
-
Method Details
-
collect
Collect: use the context to transform statement output event(s) to data flow event(s).- Parameters:
context
- contains event bean, emitter and related information
-