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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consumerRecovered(String oldConsumerTag, String newConsumerTag)
-