public interface InternalEventRouteDest
Modifier and Type | Method and Description |
---|---|
void |
dispatch() |
String |
getEngineURI() |
void |
processThreadWorkQueue() |
void |
route(EventBean theEvent,
EPStatementHandle statementHandle,
boolean addToFront)
Route the event such that the event is processed as required.
|
void |
setInternalEventRouter(InternalEventRouter internalEventRouter) |
void route(EventBean theEvent, EPStatementHandle statementHandle, boolean addToFront)
theEvent
- to routestatementHandle
- provides statement resourcesaddToFront
- whether to add to the front of the work queuevoid setInternalEventRouter(InternalEventRouter internalEventRouter)
void processThreadWorkQueue()
void dispatch()
String getEngineURI()