Interface EPRuntimeEventProcessWrapped


public interface EPRuntimeEventProcessWrapped
For use by event sender for direct feed of wrapped events for processing.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Equivalent to the sendEvent method of EPRuntime, for use to process an known event.
    void
    For processing a routed event.
  • Method Details

    • processWrappedEvent

      void processWrappedEvent(EventBean eventBean)
      Equivalent to the sendEvent method of EPRuntime, for use to process an known event.
      Parameters:
      eventBean - is the event object wrapped by an event bean providing the event metadata
    • routeEventBean

      void routeEventBean(EventBean theEvent)
      For processing a routed event.
      Parameters:
      theEvent - routed event
    • getURI

      String getURI()