Interface InternalEventRouteDest
public interface InternalEventRouteDest
Interface for a service that routes events within the runtimefor further processing.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch()
void
void
route
(EventBean theEvent, EPStatementHandle statementHandle, boolean addToFront, int precedence) Route the event such that the event is processed as required.void
setInternalEventRouter
(InternalEventRouter internalEventRouter)
-
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 routestatementHandle
- provides statement resourcesaddToFront
- whether to add to the front of the work queueprecedence
- event precedence
-
setInternalEventRouter
-
processThreadWorkQueue
void processThreadWorkQueue() -
dispatch
void dispatch() -
getRuntimeURI
String getRuntimeURI()
-