Package com.google.api.gax.retrying
Interface RetryingExecutorWithContext<ResponseT>
-
- All Superinterfaces:
RetryingExecutor<ResponseT>
- All Known Implementing Classes:
DirectRetryingExecutor,ScheduledRetryingExecutor
@BetaApi("The surface for per invocation state is unstable and will probably change in the future") @InternalExtensionOnly public interface RetryingExecutorWithContext<ResponseT> extends RetryingExecutor<ResponseT>ARetryingExecutorthat accepts a per-operation context.- See Also:
RetryingExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetryingFuture<ResponseT>createFuture(java.util.concurrent.Callable<ResponseT> callable, RetryingContext context)-
Methods inherited from interface com.google.api.gax.retrying.RetryingExecutor
createFuture, submit
-
-
-
-
Method Detail
-
createFuture
RetryingFuture<ResponseT> createFuture(@Nonnull java.util.concurrent.Callable<ResponseT> callable, @Nonnull RetryingContext context)
-
-