Interface FailureCallback

    • Method Detail

      • onFailure

        void onFailure​(Throwable ex)
        Called when the ListenableFuture completes with failure.

        Note that Exceptions raised by this method are ignored.

        Parameters:
        ex - the failure