Class AcknowledgedCommand<K,​V>

    • Constructor Detail

      • AcknowledgedCommand

        protected AcknowledgedCommand​(byte opCode)
    • Method Detail

      • sendAcknowledgement

        protected void sendAcknowledgement()
      • onSuccess

        public final void onSuccess()
        Overrides:
        onSuccess in class Command<K,​V>
      • onFailure

        public final void onFailure()
        Overrides:
        onFailure in class Command<K,​V>