public abstract class Endpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.rabbitmq.client.Channel |
channel |
protected AMQPConfiguration |
configuration |
protected com.rabbitmq.client.Connection |
connection |
| Constructor and Description |
|---|
Endpoint(AMQPConfiguration configuration,
com.rabbitmq.client.ConnectionFactory factory)
Pass the queue name and the connection factory.
|
protected com.rabbitmq.client.Channel channel
protected com.rabbitmq.client.Connection connection
protected AMQPConfiguration configuration
public Endpoint(AMQPConfiguration configuration, com.rabbitmq.client.ConnectionFactory factory) throws IOException
configuration - factory - IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2015 LeanIX GmbH. All rights reserved.