ResponseT - response type@BetaApi
public interface RetryingFuture<ResponseT>
extends com.google.api.core.ApiFuture<ResponseT>
This interface is for advanced/internal use only.
| Modifier and Type | Method and Description |
|---|---|
TimedAttemptSettings |
getAttemptSettings()
Returns current (active) attempt settings.
|
Callable<ResponseT> |
getCallable()
Returns callable tracked by this future.
|
void |
setAttemptFuture(com.google.api.core.ApiFuture<ResponseT> attemptFuture)
Sets the attempt future.
|
void setAttemptFuture(com.google.api.core.ApiFuture<ResponseT> attemptFuture)
ScheduledExecutorService.attemptFuture - the attempt futureTimedAttemptSettings getAttemptSettings()