com.espertech.esper.core.service
Interface InternalEventRouteDest

All Known Implementing Classes:
EPRuntimeImpl, EPRuntimeIsolatedImpl

public interface InternalEventRouteDest

Interface for a service that routes events within the engine for further processing.


Method Summary
 void dispatch()
           
 java.lang.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)
           
 

Method Detail

route

void route(EventBean theEvent,
           EPStatementHandle statementHandle,
           boolean addToFront)
Route the event such that the event is processed as required.

Parameters:
theEvent - to route
statementHandle - provides statement resources

setInternalEventRouter

void setInternalEventRouter(InternalEventRouter internalEventRouter)

processThreadWorkQueue

void processThreadWorkQueue()

dispatch

void dispatch()

getEngineURI

java.lang.String getEngineURI()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com