Package com.google.api.core
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 Summary
-
Method Details
-
onFailure
-
onSuccess
-