public static class QueueingConsumer.Delivery
extends java.lang.Object
Constructor and Description |
---|
Delivery(com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body) |
Modifier and Type | Method and Description |
---|---|
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.
|
public Delivery(com.rabbitmq.client.Envelope envelope, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body)
public com.rabbitmq.client.Envelope getEnvelope()
public com.rabbitmq.client.AMQP.BasicProperties getProperties()
public byte[] getBody()