Interface CommandConfirmationHandler


  • public interface CommandConfirmationHandler
    A CommandConfirmationHandler is used by the channel to confirm confirmations of packets.
    • Method Detail

      • commandConfirmed

        void commandConfirmed​(Packet packet)
        called by channel after a confirmation has been received.
        Parameters:
        packet - the packet confirmed