Example usage for com.rabbitmq.client Recoverable interface-usage

List of usage examples for com.rabbitmq.client Recoverable interface-usage

Introduction

In this page you can find the example usage for com.rabbitmq.client Recoverable interface-usage.

Usage

From source file com.novemberain.langohr.Connection.java

/**
 * Alternative {@link com.rabbitmq.client.Connection} implementation that wraps
 * {@link com.rabbitmq.client.impl.AMQConnection} and adds automatic connection
 * recovery capability to it.
 */
public class Connection implements com.rabbitmq.client.Connection, Recoverable {