Interface RetryingExecutorWithContext<ResponseT> (2.15.0)

public interface RetryingExecutorWithContext<ResponseT> extends RetryingExecutor<ResponseT>

A RetryingExecutor that accepts a per-operation context. See Also: RetryingExecutor

Implements

com.google.api.gax.retrying.RetryingExecutor<ResponseT>

Type Parameter

NameDescription
ResponseT

Methods

createFuture(Callable<ResponseT> callable, RetryingContext context)

public abstract RetryingFuture<ResponseT> createFuture(Callable<ResponseT> callable, RetryingContext context)
Parameters
NameDescription
callableCallable<ResponseT>
contextRetryingContext
Returns
TypeDescription
RetryingFuture<ResponseT>