Interface RetryingExecutorWithContext<ResponseT> (2.47.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

Name Description
ResponseT

Methods

createFuture(Callable<ResponseT> callable, RetryingContext context)

public abstract RetryingFuture<ResponseT> createFuture(Callable<ResponseT> callable, RetryingContext context)
Parameters
Name Description
callable Callable<ResponseT>
context RetryingContext
Returns
Type Description
RetryingFuture<ResponseT>