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