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.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpMetricsCollector |
Modifier and Type | Method and Description |
---|---|
MetricsCollector |
ConnectionFactory.getMetricsCollector() |
Modifier and Type | Method and Description |
---|---|
protected AMQConnection |
ConnectionFactory.createConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector) |
void |
ConnectionFactory.setMetricsCollector(MetricsCollector metricsCollector) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetricsCollector
Base class for
MetricsCollector . |
class |
MicrometerMetricsCollector
Micrometer implementation of
MetricsCollector . |
class |
OpenTelemetryMetricsCollector
OpenTelemetry implementation of
MetricsCollector . |
class |
StandardMetricsCollector
Dropwizard Metrics implementation of
MetricsCollector . |
Modifier and Type | Field and Description |
---|---|
protected MetricsCollector |
AMQConnection.metricsCollector |
protected MetricsCollector |
ChannelManager.metricsCollector |
protected MetricsCollector |
ChannelN.metricsCollector |
Constructor and Description |
---|
AMQConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector)
Construct a new connection
|
ChannelManager(ConsumerWorkService workService,
int channelMax,
ThreadFactory threadFactory,
MetricsCollector metricsCollector) |
ChannelN(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService,
MetricsCollector metricsCollector)
Construct a new channel on the given connection with the given
channel number.
|
Modifier and Type | Method and Description |
---|---|
protected RecoveryAwareAMQConnection |
RecoveryAwareAMQConnectionFactory.createConnection(ConnectionParams params,
FrameHandler handler,
MetricsCollector metricsCollector) |
Constructor and Description |
---|
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
AddressResolver addressResolver,
MetricsCollector metricsCollector) |
RecoveryAwareAMQConnection(ConnectionParams params,
FrameHandler handler,
MetricsCollector metricsCollector) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
AddressResolver addressResolver,
MetricsCollector metricsCollector) |
RecoveryAwareChannelManager(ConsumerWorkService workService,
int channelMax,
ThreadFactory threadFactory,
MetricsCollector metricsCollector) |
RecoveryAwareChannelN(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService,
MetricsCollector metricsCollector)
Construct a new channel on the given connection with the given
channel number.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.