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: