public static class Sender.SendContext<OMSG extends OutboundMessage> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.rabbitmq.client.Channel |
channel |
protected OMSG |
message |
| Modifier | Constructor and Description |
|---|---|
protected |
SendContext(com.rabbitmq.client.Channel channel,
OMSG message) |
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.Channel |
getChannel() |
OMSG |
getMessage() |
void |
publish() |
void |
publish(OutboundMessage outboundMessage) |
protected final com.rabbitmq.client.Channel channel
protected final OMSG extends OutboundMessage message
protected SendContext(com.rabbitmq.client.Channel channel,
OMSG message)