public interface ConfirmListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleAck(long deliveryTag,
boolean multiple) |
void |
handleNack(long deliveryTag,
boolean multiple) |
void handleAck(long deliveryTag,
boolean multiple)
throws IOException
IOExceptionvoid handleNack(long deliveryTag,
boolean multiple)
throws IOException
IOExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.