public class Return extends Object
Constructor and Description |
---|
Return(int replyCode,
String replyText,
String exchange,
String routingKey,
AMQP.BasicProperties properties,
byte[] body) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBody() |
String |
getExchange() |
AMQP.BasicProperties |
getProperties() |
int |
getReplyCode() |
String |
getReplyText() |
String |
getRoutingKey() |
public Return(int replyCode, String replyText, String exchange, String routingKey, AMQP.BasicProperties properties, byte[] body)
public int getReplyCode()
public String getReplyText()
public String getExchange()
public String getRoutingKey()
public AMQP.BasicProperties getProperties()
public byte[] getBody()
Copyright © 2024 Broadcom Inc. and its subsidiaries.. All rights reserved.