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-03-21 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental component for implementing retry logic in Java."],["The `BasicResultRetryAlgorithm` class ensures that all exceptions trigger a retry attempt, and it accepts all responses, including null values."],["The class provides `createNextAttempt` methods, which, however, always return null, indicating no specific custom settings are provided for the next retry attempt."],["The `shouldRetry` methods in `BasicResultRetryAlgorithm` dictate that a retry should occur if a `Throwable` exception is encountered."],["The page lists many different versions of the class, ranging from 2.63.1 down to 2.7.1."]]],[]]