Interface ConsumerRecoveryListener
public interface ConsumerRecoveryListener
Not part of the public API. Mean to be used by JVM RabbitMQ clients that build on
top of the Java client and need to be notified when consumer tag changes
after recovery.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumerRecovered
(String oldConsumerTag, String newConsumerTag)
-
Method Details
-
consumerRecovered
-