Uses of Interface
com.rabbitmq.client.observation.ObservationCollector
-
Packages that use ObservationCollector Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery.com.rabbitmq.client.observation -
-
Uses of ObservationCollector in com.rabbitmq.client
Fields in com.rabbitmq.client declared as ObservationCollector Modifier and Type Field Description private ObservationCollector
ConnectionFactory. observationCollector
Methods in com.rabbitmq.client with parameters of type ObservationCollector Modifier and Type Method Description void
ConnectionFactory. setObservationCollector(ObservationCollector observationCollector)
Set observation collector. -
Uses of ObservationCollector in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as ObservationCollector Modifier and Type Field Description protected ObservationCollector
AMQConnection. observationCollector
protected ObservationCollector
ChannelManager. observationCollector
private ObservationCollector
ChannelN. observationCollector
Constructors in com.rabbitmq.client.impl with parameters of type ObservationCollector Constructor Description AMQConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector, ObservationCollector observationCollector)
Construct a new connectionChannelManager(ConsumerWorkService workService, int channelMax, java.util.concurrent.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 ObservationCollector Modifier and Type Field Description private ObservationCollector
RecoveryAwareAMQConnectionFactory. observationCollector
Constructors in com.rabbitmq.client.impl.recovery with parameters of type ObservationCollector Constructor Description AutorecoveringConnection(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, java.util.concurrent.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 ObservationCollector Modifier and Type Class Description (package private) class
NoOpObservationCollector
Fields in com.rabbitmq.client.observation declared as ObservationCollector Modifier and Type Field Description static ObservationCollector
ObservationCollector. NO_OP
-