Interface InternalEventRouteDest


public interface InternalEventRouteDest
Interface for a service that routes events within the runtimefor further processing.
  • Method Details

    • route

      void route(EventBean theEvent, EPStatementHandle statementHandle, boolean addToFront, int precedence)
      Route the event such that the event is processed as required.
      Parameters:
      theEvent - to route
      statementHandle - provides statement resources
      addToFront - whether to add to the front of the work queue
      precedence - event precedence
    • setInternalEventRouter

      void setInternalEventRouter(InternalEventRouter internalEventRouter)
    • processThreadWorkQueue

      void processThreadWorkQueue()
    • dispatch

      void dispatch()
    • getRuntimeURI

      String getRuntimeURI()