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."],[[["The webpage details the `BasicResultRetryAlgorithm` class, a basic implementation of `ResultRetryAlgorithm` in Java."],["The `BasicResultRetryAlgorithm` will retry all exceptions, accept all responses (including null), and never cancel the retrying process."],["The provided version history lists links to documentation for versions of this class, with the latest version being 2.63.1, and ranging down to version 2.7.1."],["The `createNextAttempt` methods of this class always return null, indicating it doesn't specify settings for the next attempt."],["The `shouldRetry` methods return true if an exception was thrown, otherwise it will return false, and also if it was thrown it would be susceptible to a `CancellationException` being thrown as well."]]],[]]