Interface FutureListener<F extends Future<?>>

    • Method Detail

      • onComplete

        void onComplete​(F future)
                 throws Exception
        Invoked when the operation associated with the Future has been completed.
        Parameters:
        future - the source Future which called this callback
        Throws:
        Exception