Uses of Interface
com.google.api.gax.retrying.ResultRetryAlgorithmWithContext
Packages that use ResultRetryAlgorithmWithContext
-
Uses of ResultRetryAlgorithmWithContext in com.google.api.gax.retrying
Classes in com.google.api.gax.retrying that implement ResultRetryAlgorithmWithContextModifier and TypeClassDescriptionclassBasicResultRetryAlgorithm<ResponseT>A basic implementation ofResultRetryAlgorithm.Constructors in com.google.api.gax.retrying with parameters of type ResultRetryAlgorithmWithContextModifierConstructorDescriptionRetryAlgorithm(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.