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

io.bitsensor.plugins.shaded.com.rabbitmq.client.RecoverableChannel Maven / Gradle / Ivy

The newest version!
package io.bitsensor.plugins.shaded.com.rabbitmq.client;

import io.bitsensor.plugins.shaded.com.rabbitmq.client.Channel;
import io.bitsensor.plugins.shaded.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