Class RetryAlgorithm<ResponseT>

java.lang.Object
com.google.api.gax.retrying.RetryAlgorithm<ResponseT>
Type Parameters:
ResponseT - response type
Direct Known Subclasses:
StreamingRetryAlgorithm

public class RetryAlgorithm<ResponseT> extends Object
The retry algorithm, which makes decision based either on the thrown exception or the returned response, and the execution time settings of the previous attempt.

This class is thread-safe.