
com.rabbitmq.client.RecoverableConnection Maven / Gradle / Ivy
package com.rabbitmq.client;
/**
* Convenient interface when working against auto-recovery connections.
*
* @since 4.0.0
*/
public interface RecoverableConnection extends Recoverable, Connection {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy