| 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 | |
| com.rabbitmq.client.observation.micrometer |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionFactory.setObservationCollector(ObservationCollector observationCollector)
Set observation collector.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObservationCollector |
AMQConnection.observationCollector |
protected ObservationCollector |
ChannelManager.observationCollector |
| Constructor and Description |
|---|
AMQConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector,
ObservationCollector observationCollector)
Construct a new connection
|
ChannelManager(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.
|
| Modifier and Type | Field and Description |
|---|---|
static ObservationCollector |
ObservationCollector.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
ObservationCollector |
MicrometerObservationCollectorBuilder.build()
Create the Micrometer
ObservationCollector. |
Copyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.