Interface PatternMatchCallback
- All Known Implementing Classes:
ContextControllerConditionPattern
,ContextControllerConditionPattern.ConditionPatternMatchCallback
public interface PatternMatchCallback
Callback interface for anything that requires to be informed of matching events which would be stored
in the MatchedEventMap structure passed to the implementation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
matchFound
(Map<String, Object> matchEvent, EventBean optionalTriggeringEvent) Indicate matching events.
-
Method Details
-
matchFound
Indicate matching events.- Parameters:
matchEvent
- contains a map of event tags and event objectsoptionalTriggeringEvent
- in case the pattern fired as a result of an event arriving, provides the event
-