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 latest version of the `BasicResultRetryAlgorithm` is 2.63.1, as shown in the provided list of available versions."],["`BasicResultRetryAlgorithm` is a fundamental implementation of `ResultRetryAlgorithm`, designed to retry all exceptions and accept all responses, including null values."],["The class implements `ResultRetryAlgorithmWithContext\u003cResponseT\u003e`, offering a basic way to handle retries in a Java context."],["This implementation does not provide specific settings for subsequent attempts, always returning null for the next attempt settings in the `createNextAttempt` method."],["The `shouldRetry` method determines if a retry is needed based on whether an exception was previously thrown, and it will always retry if an exception (`previousThrowable != null`) has occurred."]]],[]]