8000 #354 | no-op implementation · xingly/rabbitmq-java-client@6e8395c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e8395c

Browse files
committed
rabbitmq#354 | no-op implementation
1 parent 0eacae1 commit 6e8395c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/rabbitmq/client/NoOpMetricsCollector.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ public void basicPublish(Channel channel) {
7070

7171
}
7272

73+
@Override
74+
public void basicPublishFailure(Channel channel) {
75+
76+
}
77+
7378
@Override
7479
public void consumedMessage(Channel channel, long deliveryTag, boolean autoAck) {
7580

0 commit comments

Comments
 (0)
0