com.espertech.esper.core.service
Interface EPRuntimeEventSender

All Known Implementing Classes:
EPRuntimeImpl, EPRuntimeIsolatedImpl

public interface EPRuntimeEventSender

For use by EventSender for direct feed of wrapped events for processing.


Method Summary
 void processWrappedEvent(EventBean eventBean)
          Equivalent to the sendEvent method of EPRuntime, for use to process an known event.
 void routeEventBean(EventBean theEvent)
          For processing a routed event.
 

Method Detail

processWrappedEvent

void processWrappedEvent(EventBean eventBean)
Equivalent to the sendEvent method of EPRuntime, for use to process an known event.

Parameters:
eventBean - is the event object wrapped by an event bean providing the event metadata

routeEventBean

void routeEventBean(EventBean theEvent)
For processing a routed event.

Parameters:
theEvent - routed event

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