public class ReturnedMessage extends Object
| Constructor and Description |
|---|
ReturnedMessage(Message message,
int replyCode,
String replyText,
String exchange,
String routingKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExchange()
Get the exchange.
|
Message |
getMessage()
Get the message.
|
int |
getReplyCode()
Get the reply code.
|
String |
getReplyText()
Get the reply text.
|
String |
getRoutingKey()
Get the routing key.
|
String |
toString() |
public Message getMessage()
public int getReplyCode()
public String getReplyText()
public String getExchange()
public String getRoutingKey()