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
Fields in com.rabbitmq.client declared as ObservationCollectorModifier and TypeFieldDescriptionprivate ObservationCollector
ConnectionFactory.observationCollector
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
private final ObservationCollector
ChannelN.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
Fields in com.rabbitmq.client.impl.recovery declared as ObservationCollectorModifier and TypeFieldDescriptionprivate final ObservationCollector
RecoveryAwareAMQConnectionFactory.observationCollector
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
Classes in com.rabbitmq.client.observation that implement ObservationCollectorFields in com.rabbitmq.client.observation declared as ObservationCollector