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 `BasicResultRetryAlgorithm` class is a basic implementation of `ResultRetryAlgorithm` for handling retries in Java."],["This implementation retries all exceptions, accepts all responses (including null), and never cancels the retry process."],["The `createNextAttempt` method in this class always returns null, signifying no specific settings for the next retry attempt."],["The `shouldRetry` method returns true if an exception occurred and false otherwise, indicating if a retry should occur."],["The document provides a comprehensive list of versions for `BasicResultRetryAlgorithm`, ranging from version 2.63.1 down to 2.7.1."]]],[]]