Uses of Interface
com.rabbitmq.client.MetricsCollector
Packages that use MetricsCollector
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 MetricsCollector in com.rabbitmq.client
Classes in com.rabbitmq.client that implement MetricsCollectorMethods in com.rabbitmq.client that return MetricsCollectorMethods in com.rabbitmq.client with parameters of type MetricsCollectorModifier and TypeMethodDescriptionprotected AMQConnectionConnectionFactory.createConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) voidConnectionFactory.setMetricsCollector(MetricsCollector metricsCollector) -
Uses of MetricsCollector in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement MetricsCollectorModifier and TypeClassDescriptionclassBase class forMetricsCollector.classMicrometer implementation ofMetricsCollector.classOpenTelemetry implementation ofMetricsCollector.classDropwizard Metrics implementation ofMetricsCollector.Fields in com.rabbitmq.client.impl declared as MetricsCollectorModifier and TypeFieldDescriptionprotected final MetricsCollectorAMQConnection.metricsCollectorprotected final MetricsCollectorChannelManager.metricsCollectorprotected final MetricsCollectorChannelN.metricsCollectorConstructors in com.rabbitmq.client.impl with parameters of type MetricsCollectorModifierConstructorDescriptionAMQConnection(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 MetricsCollector in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type MetricsCollectorModifier and TypeMethodDescriptionprotected RecoveryAwareAMQConnectionRecoveryAwareAMQConnectionFactory.createConnection(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector) Constructors in com.rabbitmq.client.impl.recovery with parameters of type MetricsCollectorModifierConstructorDescriptionAutorecoveringConnection(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.