Uses of Interface
kieker.common.record.factory.IRecordFactoryProvider
Package | Description |
---|---|
kieker.common.record.factory |
Copyright 2022 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 IRecordFactoryProvider Modifier and Type Class Description class
StandardRecordFactoryProvider
This 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 IRecordFactoryProvider Constructor Description RecordFactoryResolver(java.lang.Iterable<IRecordFactoryProvider> factoryProviders)
Creates a new record factory resolver with the given factory providers.