public class Delivery extends Object
Constructor and Description |
---|
Delivery(String consumerTag,
com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body,
String queue) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBody()
Retrieve the message body.
|
String |
getConsumerTag()
Retrieve the consumer tag.
|
com.rabbitmq.client.Envelope |
getEnvelope()
Retrieve the message envelope.
|
com.rabbitmq.client.AMQP.BasicProperties |
getProperties()
Retrieve the message properties.
|
String |
getQueue()
Retrieve the queue.
|
public String getConsumerTag()
public com.rabbitmq.client.Envelope getEnvelope()
public com.rabbitmq.client.AMQP.BasicProperties getProperties()
public byte[] getBody()
public String getQueue()