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 event)
          Route the event such that the event is processed as required.
 

Method Detail

route

void route(EventBean event)
Route the event such that the event is processed as required.

Parameters:
event - to route