Class BasicResultRetryAlgorithm<ResponseT>

java.lang.Object
com.google.api.gax.retrying.BasicResultRetryAlgorithm<ResponseT>
Type Parameters:
ResponseT - attempt response type
All Implemented Interfaces:
ResultRetryAlgorithm<ResponseT>, ResultRetryAlgorithmWithContext<ResponseT>

public class BasicResultRetryAlgorithm<ResponseT> extends Object implements ResultRetryAlgorithmWithContext<ResponseT>
A basic implementation of ResultRetryAlgorithm. Using this implementation would mean that all exceptions should be retried, all responses should be accepted (including null) and no retrying process should ever be canceled.