Uses of Interface
kieker.common.registry.IRegistryListener
Packages that use IRegistryListener
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.
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.
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.
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 IRegistryListener in kieker.common.registry.writer
Constructors in kieker.common.registry.writer with parameters of type IRegistryListenerModifierConstructorDescriptionWriterRegistry(IRegistryListener<String> registryListener) Create a new writer registry. -
Uses of IRegistryListener in kieker.monitoring.writer.amqp
Classes in kieker.monitoring.writer.amqp that implement IRegistryListenerModifier and TypeClassDescriptionclassMonitoring record writer which sends records using the AMQP protocol to a message queue. -
Uses of IRegistryListener in kieker.monitoring.writer.filesystem
Classes in kieker.monitoring.writer.filesystem that implement IRegistryListenerModifier and TypeClassDescriptionclassGeneric file writer which can be used to write any type of serialization. -
Uses of IRegistryListener in kieker.monitoring.writer.tcp
Classes in kieker.monitoring.writer.tcp that implement IRegistryListenerModifier and TypeClassDescriptionclassclassRepresents a monitoring writer which serializes records via TCP to a given host:port.