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 80ea96a commit c01fff5Copy full SHA for c01fff5
src/com/rabbitmq/client/ConnectionFactory.java
@@ -458,11 +458,7 @@ public ExceptionHandler getExceptionHandler() {
458
}
459
460
/**
461
- * Set the thread factory to use for newly created connections.
462
- * @see com.rabbitmq.client.ThreadFactory
463
- * @see com.rabbitmq.client.impl.DefaultThreadFactory
464
* Set the exception handler to use for newly created connections.
465
- *
466
* @see com.rabbitmq.client.ExceptionHandler
467
*/
468
public void setExceptionHandler(ExceptionHandler exceptionHandler) {
0 commit comments