All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rabbitmq.client.RecoverableChannel Maven / Gradle / Ivy

Go to download

The RabbitMQ Java client library allows Java applications to interface with RabbitMQ.

There is a newer version: 5.22.0
Show newest version
package com.rabbitmq.client;

import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Recoverable;

/**
 * Convenient interface when working against auto-recovery channels.
 *
 * @since 4.0.0
 */
public interface RecoverableChannel extends Recoverable, Channel {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy