Class EPDataFlowEventCollectorContext

java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowEventCollectorContext

public class EPDataFlowEventCollectorContext extends Object
For use with EPDataFlowEventCollector provides collection context.

Do not retain handles to this instance as its contents may change.

  • Constructor Details

    • EPDataFlowEventCollectorContext

      public EPDataFlowEventCollectorContext(EventServiceSendEventCommon sender, Object event)
      Ctor.
      Parameters:
      sender - for sending events to the event bus
      event - to process
  • Method Details

    • getEvent

      public Object getEvent()
      Returns the event.
      Returns:
      event
    • setEvent

      public void setEvent(Object event)
      Sets the event.
      Parameters:
      event - to set
    • getSender

      public EventServiceSendEventCommon getSender()
      Returns the emitter for the event bus.
      Returns:
      emitter