Uses of Interface
com.rabbitmq.client.observation.ObservationCollector
Packages that use ObservationCollector
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of ObservationCollector in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type ObservationCollectorModifier and TypeMethodDescriptionvoid
ConnectionFactory.setObservationCollector
(ObservationCollector observationCollector) Set observation collector. -
Uses of ObservationCollector in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as ObservationCollectorModifier and TypeFieldDescriptionprotected final ObservationCollector
AMQConnection.observationCollector
protected final ObservationCollector
ChannelManager.observationCollector
Constructors in com.rabbitmq.client.impl with parameters of type ObservationCollectorModifierConstructorDescriptionAMQConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new connectionChannelManager
(ConsumerWorkService workService, int channelMax, ThreadFactory threadFactory, MetricsCollector metricsCollector, ObservationCollector observationCollector) ChannelN
(AMQConnection connection, int channelNumber, ConsumerWorkService workService, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new channel on the given connection with the given channel number. -
Uses of ObservationCollector in com.rabbitmq.client.impl.recovery
Constructors in com.rabbitmq.client.impl.recovery with parameters of type ObservationCollectorModifierConstructorDescriptionAutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareChannelManager
(ConsumerWorkService workService, int channelMax, ThreadFactory threadFactory, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareChannelN
(AMQConnection connection, int channelNumber, ConsumerWorkService workService, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new channel on the given connection with the given channel number. -
Uses of ObservationCollector in com.rabbitmq.client.observation
Fields in com.rabbitmq.client.observation declared as ObservationCollector -
Uses of ObservationCollector in com.rabbitmq.client.observation.micrometer
Methods in com.rabbitmq.client.observation.micrometer that return ObservationCollectorModifier and TypeMethodDescriptionMicrometerObservationCollectorBuilder.build()
Create the MicrometerObservationCollector
.