|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
public static class BlockingQueueConsumer.Delivery
Encapsulates an arbitrary message - simple "bean" holder structure.
Constructor Summary | |
---|---|
BlockingQueueConsumer.Delivery(com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body)
|
Method Summary | |
---|---|
byte[] |
getBody()
Retrieve the message body. |
com.rabbitmq.client.Envelope |
getEnvelope()
Retrieve the message envelope. |
com.rabbitmq.client.AMQP.BasicProperties |
getProperties()
Retrieve the message properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockingQueueConsumer.Delivery(com.rabbitmq.client.Envelope envelope, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body)
Method Detail |
---|
public com.rabbitmq.client.Envelope getEnvelope()
public com.rabbitmq.client.AMQP.BasicProperties getProperties()
public byte[] getBody()
|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |