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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental component for handling retries in the `com.google.api.gax.retrying` package within the Java programming language."],["The `BasicResultRetryAlgorithm` class implements the `ResultRetryAlgorithmWithContext` interface, with the ability to accept any responses, including null, and retry all exceptions without any cancelations."],["The latest version of this package is 2.63.1, with a range of previous versions from 2.62.0 to 2.7.1 also available as links on the page, indicating the history of its development."],["The class methods, `createNextAttempt` and `shouldRetry`, are detailed for both context and non-context versions, detailing how the next attempt will be handled and if a retry is recommended."],["The class inherits from `java.lang.Object`, giving it the same inherited members as object, such as clone, equals, finalize, etc."]]],[]]