Uses of Interface
com.google.api.core.ApiFutureCallback
Packages that use ApiFutureCallback
-
Uses of ApiFutureCallback in com.google.api.core
Methods in com.google.api.core with parameters of type ApiFutureCallbackModifier and TypeMethodDescriptionstatic <V> voidApiFutures.addCallback(ApiFuture<V> future, ApiFutureCallback<? super V> callback) Deprecated.Use the overload that requires an executor.static <V> voidApiFutures.addCallback(ApiFuture<V> future, ApiFutureCallback<? super V> callback, Executor executor) Registers a callback to be run when theApiFuture's computation is complete or, if the computation is already complete, immediately.