public class Delivery extends Object
Constructor and Description |
---|
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 Delivery(Envelope envelope, AMQP.BasicProperties properties, byte[] body)
public Envelope getEnvelope()
public AMQP.BasicProperties getProperties()
public byte[] getBody()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.