Class AckInfo


  • public class AckInfo
    extends Object
    Represents an acknowledgment or negative acknowledgment for a message.
    • Constructor Detail

      • AckInfo

        public AckInfo​(AckID ackID,
                       boolean isAck)
    • Method Detail

      • getAckID

        public AckID getAckID()
      • isAck

        public boolean isAck()