Uses of Interface
kieker.common.registry.IRegistryListener
| Package | Description |
|---|---|
| kieker.common.registry.writer |
Copyright 2022 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.
|
| kieker.monitoring.writer.amqp |
Copyright 2022 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.
|
| kieker.monitoring.writer.filesystem |
Copyright 2022 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.
|
| kieker.monitoring.writer.tcp |
Copyright 2022 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 IRegistryListener Constructor Description WriterRegistry(IRegistryListener<java.lang.String> registryListener)Create a new writer registry. -
Uses of IRegistryListener in kieker.monitoring.writer.amqp
Classes in kieker.monitoring.writer.amqp that implement IRegistryListener Modifier and Type Class Description classAmqpWriterMonitoring 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 IRegistryListener Modifier and Type Class Description classFileWriterGeneric 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 IRegistryListener Modifier and Type Class Description classDualSocketTcpWriterclassSingleSocketTcpWriterRepresents a monitoring writer which serializes records via TCP to a given host:port.