net.esper.core
Interface InternalEventRouter

All Known Implementing Classes:
EPRuntimeImpl

public interface InternalEventRouter

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


Method Summary
 void route(EventBean[] events, EPStatementHandle statementHandle)
          Route the event such that the event is processed as required.
 

Method Detail

route

void route(EventBean[] events,
           EPStatementHandle statementHandle)
Route the event such that the event is processed as required.

Parameters:
events - to route
statementHandle - provides statement resources