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

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

Introduction

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

Usage

From source file io.opentracing.contrib.rabbitmq.TracingChannel.java

public class TracingChannel implements Channel {

    private final Channel channel;
    private final Tracer tracer;

    public TracingChannel(Channel channel, Tracer tracer) {

From source file org.apache.nifi.amqp.processors.TestChannel.java

/**
 * Implementation of {@link Channel} to be used during testing
 */
class TestChannel implements Channel {

    private final ExecutorService executorService;

From source file org.springframework.amqp.rabbit.connection.ChannelProxy.java

/**
 * Subinterface of {@link com.rabbitmq.client.Channel} to be implemented by
 * Channel proxies.  Allows access to the underlying target Channel
 *
 * @author Mark Pollack
 * @see CachingConnectionFactory

From source file org.springframework.amqp.rabbit.support.PublisherCallbackChannel.java

/**
 * Instances of this interface support a single listener being
 * registered for publisher confirms with multiple channels,
 * by adding context to the callbacks.
 * @author Gary Russell
 * @since 1.0.1

From source file reactor.rabbitmq.ChannelProxy.java

/**
 * A {@link Channel} proxy that re-open the underlying channel if necessary.
 * <p>
 * This class is used only for resource management in {@link Sender}, so
 * only {@link Channel#asyncCompletableRpc(Method)} checks whether the
 * underlying {@link Channel} is closed or not, and re-open it if