|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.InternalEventRouterPreprocessor
public class InternalEventRouterPreprocessor
Interface for a service that routes events within the engine for further processing.
Constructor Summary | |
---|---|
InternalEventRouterPreprocessor(EventBeanCopyMethod copyMethod,
java.util.List<InternalEventRouterEntry> entries)
Ctor. |
Method Summary | |
---|---|
EventBean |
process(EventBean theEvent,
ExprEvaluatorContext exprEvaluatorContext)
Pre-proces the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalEventRouterPreprocessor(EventBeanCopyMethod copyMethod, java.util.List<InternalEventRouterEntry> entries)
copyMethod
- for copying the events to preprocessentries
- descriptors for pre-processing to applyMethod Detail |
---|
public EventBean process(EventBean theEvent, ExprEvaluatorContext exprEvaluatorContext)
theEvent
- to pre-processexprEvaluatorContext
- expression evaluation context
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |