Class HttpSender.CommitCallback

    • Constructor Detail

      • CommitCallback

        private CommitCallback()
    • Method Detail

      • failed

        public void failed​(java.lang.Throwable failure)
        Description copied from interface: Callback

        Callback invoked when the operation fails.

        Specified by:
        failed in interface Callback
        Parameters:
        failure - the reason for the operation failure
      • process

        private void process()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception