Uses of Interface
com.google.api.gax.retrying.ResultRetryAlgorithmWithContext
-
Packages that use ResultRetryAlgorithmWithContext Package Description com.google.api.gax.retrying -
-
Uses of ResultRetryAlgorithmWithContext in com.google.api.gax.retrying
Classes in com.google.api.gax.retrying that implement ResultRetryAlgorithmWithContext Modifier and Type Class Description classBasicResultRetryAlgorithm<ResponseT>A basic implementation ofResultRetryAlgorithm.Constructors in com.google.api.gax.retrying with parameters of type ResultRetryAlgorithmWithContext Constructor Description RetryAlgorithm(ResultRetryAlgorithmWithContext<ResponseT> resultAlgorithm, TimedRetryAlgorithmWithContext timedAlgorithm)Creates a new retry algorithm instance, which uses thrown exception or returned response and timed algorithms to make a decision.StreamingRetryAlgorithm(ResultRetryAlgorithmWithContext<ResponseT> resultAlgorithm, TimedRetryAlgorithmWithContext timedAlgorithm)Creates aStreamingRetryAlgorithmthat will use the settings (if any) in theRetryingContextthat is passed in to the retrying methods.
-