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-08-15 UTC."],[[["The `BasicResultRetryAlgorithm` class provides a basic implementation of `ResultRetryAlgorithm` for handling retries in Java."],["This implementation retries all exceptions, accepts all responses (including null), and does not cancel any retrying process."],["The latest version available is 2.63.1, and there are numerous older versions listed, ranging back to version 2.7.1."],["The `createNextAttempt` method in this class always returns null, meaning it does not provide specific settings for the subsequent retry attempt."],["The `shouldRetry` method will return true if there was a previous exception, and false otherwise, indicating if a retry is needed."]]],[]]