Interface RetryingExecutorWithContext (2.63.1)

public interface RetryingExecutorWithContext extends RetryingExecutor

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

Implements

com.google.api.gax.retrying.RetryingExecutor

Type Parameter

Name Description
ResponseT

Methods

createFuture(Callable callable, RetryingContext context)

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