Interface CompletionHandler<V,​A>


  • public interface CompletionHandler<V,​A>
    • Method Detail

      • completed

        void completed​(V result,
                       A attachment)
      • failed

        void failed​(Throwable exc,
                    A attachment)