Uses of Interface
kieker.analysis.generic.IEventMatcher
Packages that use IEventMatcher
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of IEventMatcher in kieker.analysis.generic
Classes in kieker.analysis.generic that implement IEventMatcherModifier and TypeClassDescriptionclassMatch the events by implementing interface.Methods in kieker.analysis.generic that return IEventMatcherModifier and TypeMethodDescriptionIEventMatcher<? extends Object>IEventMatcher.getNextMatcher()Return the next matcher.IEventMatcher<? extends Object>ImplementsEventMatcher.getNextMatcher()Methods in kieker.analysis.generic with parameters of type IEventMatcherModifier and TypeMethodDescriptionvoidDynamicEventDispatcher.registerOutput(IEventMatcher<? extends Object> leaveEventMatcher) voidIEventMatcher.setNextMatcher(IEventMatcher<? extends Object> leaveEventMatcher) Set a new following matcher.voidImplementsEventMatcher.setNextMatcher(IEventMatcher<? extends Object> leaveEventMatcher) Constructors in kieker.analysis.generic with parameters of type IEventMatcherModifierConstructorDescriptionDynamicEventDispatcher(IEventMatcher<? extends Object> rootEventMatcher, boolean countEvents, boolean reportUnknown, boolean outputOther) Create a new dynamic dispatcher.ImplementsEventMatcher(Class<T> type, IEventMatcher<? extends Object> successor) Create an event matcher to match events for a specific interface.