Interface EPDataFlowIRStreamCollector


public interface EPDataFlowIRStreamCollector
Collector for use with the EPStatementSource operator.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Collect: use the context to transform statement output event(s) to data flow event(s).
  • Method Details

    • collect

      void collect(EPDataFlowIRStreamCollectorContext context)
      Collect: use the context to transform statement output event(s) to data flow event(s).
      Parameters:
      context - contains event bean, emitter and related information