We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39cb6f commit 9d35159Copy full SHA for 9d35159
src/main/java/com/rabbitmq/client/RecoveryListener.java
@@ -39,6 +39,8 @@ public interface RecoveryListener {
39
40
/**
41
* Invoked before automatic topology recovery starts.
42
+ * This means that the connection and channel recovery has completed
43
+ * and that exchange/queue/binding/consumer recovery is about to begin.
44
* @param recoverable a {@link Recoverable} connection.
45
*/
46
default void handleTopologyRecoveryStarted(Recoverable recoverable) {}
0 commit comments