Skip to content

Commit 80dc1e4

Browse files
JavaDoc
1 parent ccf8571 commit 80dc1e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/com/rabbitmq/client/Connection.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,10 @@ public interface Connection extends ShutdownNotifier { // rename to AMQPConnecti
234234
*/
235235
void clearBlockedListeners();
236236

237+
/**
238+
* Get the exception handler.
239+
*
240+
* @see com.rabbitmq.client.ExceptionHandler
241+
*/
237242
ExceptionHandler getExceptionHandler();
238243
}

0 commit comments

Comments
 (0)