Modifier and Type | Field and Description |
---|---|
protected byte[] |
body |
protected String |
consumerTag |
protected Envelope |
envelope |
protected AMQP.BasicProperties |
properties |
Constructor and Description |
---|
Response() |
Response(String consumerTag,
Envelope envelope,
AMQP.BasicProperties properties,
byte[] body) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBody() |
String |
getConsumerTag() |
Envelope |
getEnvelope() |
AMQP.BasicProperties |
getProperties() |
protected String consumerTag
protected Envelope envelope
protected AMQP.BasicProperties properties
protected byte[] body
public Response()
public Response(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
public String getConsumerTag()
public Envelope getEnvelope()
public AMQP.BasicProperties getProperties()
public byte[] getBody()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.