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) |
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) |
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)
void basicReject(Channel channel, long deliveryTag)
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.