public static class Sender.ConfirmSendContext<OMSG extends OutboundMessage> extends Sender.SendContext<OMSG>
channel, message| Modifier | Constructor and Description |
|---|---|
protected |
ConfirmSendContext(com.rabbitmq.client.Channel channel,
OMSG message,
reactor.rabbitmq.Sender.PublishConfirmSubscriber<OMSG> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish() |
void |
publish(OutboundMessage outboundMessage) |
getChannel, getMessagepublic void publish(OutboundMessage outboundMessage) throws Exception
publish in class Sender.SendContext<OMSG extends OutboundMessage>Exceptionpublic void publish()
throws Exception
publish in class Sender.SendContext<OMSG extends OutboundMessage>Exception