Uses of Interface
com.rabbitmq.client.observation.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
Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setObservationCollector
(ObservationCollector observationCollector) Set observation collector. -
Uses of ObservationCollector in com.rabbitmq.client.impl
Modifier and TypeFieldDescriptionprotected final ObservationCollector
AMQConnection.observationCollector
protected final ObservationCollector
ChannelManager.observationCollector
ModifierConstructorDescriptionAMQConnection
(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
ModifierConstructorDescriptionAutorecoveringConnection
(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
-
Uses of ObservationCollector in com.rabbitmq.client.observation.micrometer
Modifier and TypeMethodDescriptionMicrometerObservationCollectorBuilder.build()
Create the MicrometerObservationCollector
.