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 32a5651 commit c746853Copy full SHA for c746853
src/com/rabbitmq/client/ShutdownListener.java
@@ -20,9 +20,9 @@
20
import java.util.EventListener;
21
22
/**
23
- * Interface that can receive information about the shutdown of connections and
24
- * channels. Note that when a connection is shut down, any channels are also
25
- * considered shut down and any ShutdownListeners then have will fire.
+ * A ShutdownListener receives information about the shutdown of connections and
+ * channels. Note that when a connection is shut down, its associated channels are also
+ * considered shut down and their ShutdownListeners will be notified (with the same cause).
26
*
27
* @see ShutdownNotifier
28
* @see ShutdownSignalException
0 commit comments