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>
A
RetryingExecutor that accepts a per-operation context.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateFuture(Callable<ResponseT> callable, RetryingContext context) Methods inherited from interface com.google.api.gax.retrying.RetryingExecutor
createFuture, submit
-
Method Details
-
createFuture
RetryingFuture<ResponseT> createFuture(@Nonnull Callable<ResponseT> callable, @Nonnull RetryingContext context)
-