Interface GenericFutureListener<F extends Future<?>>

    • Method Detail

      • operationComplete

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