Class Ack

  • All Implemented Interfaces:
    Serializable

    public class Ack
    extends Object
    implements Serializable
    This class is used in an 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.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getQueueName

        public String getQueueName()
      • getIdsToAck

        public List<Long> getIdsToAck()