private static class ConsumerChannelRegistry.ChannelHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private com.rabbitmq.client.Channel |
channel |
private ConnectionFactory |
connectionFactory |
| Modifier | Constructor and Description |
|---|---|
private |
ChannelHolder(com.rabbitmq.client.Channel channel,
ConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
private com.rabbitmq.client.Channel |
getChannel() |
private ConnectionFactory |
getConnectionFactory() |
private final com.rabbitmq.client.Channel channel
private final ConnectionFactory connectionFactory
private ChannelHolder(com.rabbitmq.client.Channel channel,
ConnectionFactory connectionFactory)
private com.rabbitmq.client.Channel getChannel()
private ConnectionFactory getConnectionFactory()