Interface EPDataFlowEventBeanCollector


public interface EPDataFlowEventBeanCollector
Collector for use with the EventBusSource operator.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Collect: use the context to transform an event bean to a data flow event.
  • Method Details

    • collect

      void collect(EPDataFlowEventBeanCollectorContext context)
      Collect: use the context to transform an event bean to a data flow event.
      Parameters:
      context - contains event bean, emitter and related information