Interface ApiFutureCallback<V>


  • public interface ApiFutureCallback<V>
    A callback for accepting the results of an ApiFuture.

    It is similar to Guava's FutureCallback, redeclared so that Guava can be shaded.

    • Method Detail

      • onSuccess

        void onSuccess​(V result)