Interface ConsumerRecoveryListener
-
public interface ConsumerRecoveryListenerNot 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 voidconsumerRecovered(java.lang.String oldConsumerTag, java.lang.String newConsumerTag)
-