public final class AmqpAck extends Object
AmqpMessage.| Constructor and Description |
|---|
AmqpAck() |
| Modifier and Type | Method and Description |
|---|---|
void |
ack(String ackId)
Operation that acks a message with the delivery tag
|
@Throws(value=AmqpAckErrorTypeProvider.class) public void ack(@Summary(value="Deliver Tag of the message to be acknowledged") String ackId) throws AmqpExtensionException
ackId - delivery tag of the message to be ack'edAmqpExtensionException - if an error occursCopyright © 2023 MuleSoft, Inc.. All rights reserved.