C - control event typeB - controlled event typepublic interface IControlEventMatcher<C,B>
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkControlEvent(C controlEvent,
B baseEvent)
Check whether a base event matches a control event.
|
boolean |
keepControlEvent(B baseEvent)
True whether a control event must be kept to be reused for another base event.
|
boolean |
requiresControlEvent(B baseEvent)
Check whether the given event must be handled by the controller
|
boolean requiresControlEvent(B baseEvent)
baseEvent - the base eventboolean checkControlEvent(C controlEvent, B baseEvent)
controlEvent - the control eventbaseEvent - the base event to be checkedboolean keepControlEvent(B baseEvent)
baseEvent - the previously checked base eventCopyright 2021 Kieker Project, http://kieker-monitoring.net