com.rabbitmq.client.RecoverableConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amqp-client Show documentation
Show all versions of amqp-client Show documentation
The RabbitMQ Java client library allows Java applications to interface with RabbitMQ.
The newest version!
package com.rabbitmq.client;
/**
* Convenient interface when working against auto-recovery connections.
*
* @since 4.0.0
*/
public interface RecoverableConnection extends Recoverable, Connection {
}