Class DirectRetryingExecutor<ResponseT>

java.lang.Object
com.google.api.gax.retrying.DirectRetryingExecutor<ResponseT>
Type Parameters:
ResponseT - response type
All Implemented Interfaces:
RetryingExecutor<ResponseT>, RetryingExecutorWithContext<ResponseT>

public class DirectRetryingExecutor<ResponseT> extends Object implements RetryingExecutorWithContext<ResponseT>
The retry executor which executes attempts in the current thread, potentially causing the current thread to sleep for the specified amount of time before execution.

This class is thread-safe.