public class Ack extends Object implements Serializable
AMQPRequestNot
to notify the distant
queue to acknowledge the specified messages. This is used on method
Basic.Ack
or Basic.Reject
when requeuing is not
necessary.Modifier and Type | Field and Description |
---|---|
private List<Long> |
idsToAck |
private String |
queueName |
private static long |
serialVersionUID |
Constructor and Description |
---|
Ack(String queueName,
List<Long> idsToAck) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getIdsToAck() |
String |
getQueueName() |
private static final long serialVersionUID
private String queueName
Copyright © 2021 ScalAgent D.T.. All rights reserved.