Uses of Interface
kieker.common.record.factory.IRecordFactoryProvider
Packages that use IRecordFactoryProvider
Package
Description
Copyright 2026 Kieker Project (https://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 IRecordFactoryProvider in kieker.common.record.factory
Classes in kieker.common.record.factory that implement IRecordFactoryProviderModifier and TypeClassDescriptionclassThis factory provider implements the default factory resolution strategy by appending "Factory" to the record class name and loading the respective class.Constructor parameters in kieker.common.record.factory with type arguments of type IRecordFactoryProviderModifierConstructorDescriptionRecordFactoryResolver(Iterable<IRecordFactoryProvider> factoryProviders) Creates a new record factory resolver with the given factory providers.