|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PatternStarter
Interface for observing when an event expression needs to start (by adding the first listener). The publishing event expression supplies the callback used for indicating matches. The implementation supplies as a return value the callback to use to stop the event expression.
Method Summary | |
---|---|
PatternStopCallback |
start(PatternMatchCallback matchCallback,
PatternContext context,
boolean isRecoveringResilient)
An event expression was started and supplies the callback to use when matching events appear. |
Method Detail |
---|
PatternStopCallback start(PatternMatchCallback matchCallback, PatternContext context, boolean isRecoveringResilient)
matchCallback
- must be supplied to indicate what to call when the expression turns truecontext
- is the context for handles to services required for evaluation.
|
© 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 |