public interface MetricsCollector
| Modifier and Type | Method and Description |
|---|---|
void |
basicAck(Channel channel,
long deliveryTag,
boolean multiple) |
void |
basicCancel(Channel channel,
String consumerTag) |
void |
basicConsume(Channel channel,
String consumerTag,
boolean autoAck) |
void |
basicNack(Channel channel,
long deliveryTag) |
default void |
basicNack(Channel channel,
long deliveryTag,
boolean requeue) |
void |
basicPublish(Channel channel) |
default void |
basicPublishAck(Channel channel,
long deliveryTag,
boolean multiple) |
default void |
basicPublishFailure(Channel channel,
Throwable cause) |
default void |
basicPublishNack(Channel channel,
long deliveryTag,
boolean multiple) |
default void |
basicPublishUnrouted(Channel channel) |
void |
basicReject(Channel channel,
long deliveryTag) |
default void |
basicReject(Channel channel,
long deliveryTag,
boolean requeue) |
void |
closeChannel(Channel channel) |
void |
closeConnection(Connection connection) |
void |
consumedMessage(Channel channel,
long deliveryTag,
boolean autoAck) |
void |
consumedMessage(Channel channel,
long deliveryTag,
String consumerTag) |
void |
newChannel(Channel channel) |
void |
newConnection(Connection connection) |
void newConnection(Connection connection)
void closeConnection(Connection connection)
void newChannel(Channel channel)
void closeChannel(Channel channel)
void basicPublish(Channel channel)
default void basicPublishAck(Channel channel, long deliveryTag, boolean multiple)
default void basicPublishNack(Channel channel, long deliveryTag, boolean multiple)
default void basicPublishUnrouted(Channel channel)
void consumedMessage(Channel channel, long deliveryTag, boolean autoAck)
void basicAck(Channel channel, long deliveryTag, boolean multiple)
void basicNack(Channel channel, long deliveryTag)
default void basicNack(Channel channel, long deliveryTag, boolean requeue)
void basicReject(Channel channel, long deliveryTag)
default void basicReject(Channel channel, long deliveryTag, boolean requeue)
Copyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.