| Constructor and Description |
|---|
OutboundMessage(String exchange,
String routingKey,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body) |
OutboundMessage(String exchange,
String routingKey,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody() |
String |
getExchange() |
com.rabbitmq.client.AMQP.BasicProperties |
getProperties() |
String |
getRoutingKey() |
String |
toString() |