List of usage examples for com.rabbitmq.client.impl ShutdownNotifierComponent subclass-usage
From source file de.htwk_leipzig.bis.connection.handshake.clientRewrite.AMQChannel.java
/**
* Base class modelling an AMQ channel. Subclasses implement
* {@link com.rabbitmq.client.Channel#close} and {@link #processAsync
* processAsync()}, and may choose to override {@link #processShutdownSignal
* processShutdownSignal()} and {@link #rpc rpc()}.
*
From source file de.htwk_leipzig.bis.connection.handshake.clientRewrite.Copyright.java
/**
* Concrete class representing and managing an AMQP connection to a broker.
* <p>
* To create a broker connection, use {@link ConnectionFactory}. See
* {@link Connection} for an example.
*/