@BetaApi(value="The surface for per invocation state is unstable and will probably change in the future") @InternalExtensionOnly public interface RetryingExecutorWithContext<ResponseT> extends RetryingExecutor<ResponseT>
RetryingExecutor that accepts a per-operation context.RetryingExecutor| Modifier and Type | Method and Description |
|---|---|
RetryingFuture<ResponseT> |
createFuture(Callable<ResponseT> callable,
RetryingContext context) |
createFuture, submitRetryingFuture<ResponseT> createFuture(@Nonnull Callable<ResponseT> callable, @Nonnull RetryingContext context)