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