| Package | Description |
|---|---|
| org.springframework.amqp.rabbit.listener |
Provides classes for message listener containers.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.BlockingQueue<BlockingQueueConsumer.Delivery> |
BlockingQueueConsumer.queue |
| Modifier and Type | Method and Description |
|---|---|
private Message |
BlockingQueueConsumer.handle(BlockingQueueConsumer.Delivery delivery)
If this is a non-POISON non-null delivery simply return it.
|