|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rabbitmq.client.QueueingConsumer.Delivery
public static class QueueingConsumer.Delivery
Encapsulates an arbitrary message - simple "bean" holder structure.
Constructor Summary | |
---|---|
QueueingConsumer.Delivery(Envelope envelope,
AMQP.BasicProperties properties,
byte[] body)
|
Method Summary | |
---|---|
byte[] |
getBody()
Retrieve the message body. |
Envelope |
getEnvelope()
Retrieve the message envelope. |
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 QueueingConsumer.Delivery(Envelope envelope, AMQP.BasicProperties properties, byte[] body)
Method Detail |
---|
public Envelope getEnvelope()
public AMQP.BasicProperties getProperties()
public byte[] getBody()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |