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 5467c4c commit 72075a7Copy full SHA for 72075a7
src/main/java/com/rabbitmq/client/RecoveryListener.java
@@ -22,5 +22,10 @@
22
* @since 3.3.0
23
*/
24
public interface RecoveryListener {
25
+ /**
26
+ * Invoked when automatic connection recovery has completed.
27
+ * This includes topology recovery if it was enabled.
28
+ * @param recoverable a {@link Recoverable} connection.
29
+ */
30
public void handleRecovery(Recoverable recoverable);
31
}
0 commit comments