public static class QueueingConsumer.Delivery
extends java.lang.Object
| Constructor and Description |
|---|
QueueingConsumer.Delivery(Envelope envelope,
AMQP.BasicProperties properties,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody()
Retrieve the message body.
|
Envelope |
getEnvelope()
Retrieve the message envelope.
|
AMQP.BasicProperties |
getProperties()
Retrieve the message properties.
|
public QueueingConsumer.Delivery(Envelope envelope, AMQP.BasicProperties properties, byte[] body)
public Envelope getEnvelope()
public AMQP.BasicProperties getProperties()
public byte[] getBody()