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 Type
    Method
    Description
    void
    matchFound(Map<String,Object> matchEvent, EventBean optionalTriggeringEvent)
    Indicate matching events.
  • Method Details

    • matchFound

      void matchFound(Map<String,Object> matchEvent, EventBean optionalTriggeringEvent)
      Indicate matching events.
      Parameters:
      matchEvent - contains a map of event tags and event objects
      optionalTriggeringEvent - in case the pattern fired as a result of an event arriving, provides the event