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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage documents the `BasicResultRetryAlgorithm` class, a basic implementation of `ResultRetryAlgorithm` in the Google API Client Library for Java (gax) library."],["The `BasicResultRetryAlgorithm` implementation ensures that all exceptions are retried, all responses, including `null`, are accepted, and the retrying process will never be canceled."],["The webpage lists the different versions of this class, with version 2.63.1 being the latest, and 2.7.1 as the oldest, in descending order."],["The `createNextAttempt` methods of this class always returns null indicating that no specific settings are provided for the next attempt."],["The `shouldRetry` methods will return true if an exception was thrown and false otherwise, and it also has a version that takes a `RetryingContext` as a parameter."]]],[]]