Interface EPDataFlowEventCollector


public interface EPDataFlowEventCollector
Collector for use with the EventBusSink operator.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Collect: use the context to transform insert and remove stream events to data flow events.
  • Method Details

    • collect

      void collect(EPDataFlowEventCollectorContext context)
      Collect: use the context to transform insert and remove stream events to data flow events.
      Parameters:
      context - contains event beans, emitter and related information