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-07-01 UTC."],[[["The `BasicResultRetryAlgorithm` class is a basic implementation of `ResultRetryAlgorithm`, designed for scenarios where all exceptions should be retried and all responses (including null) are accepted."],["This class provides no specific settings for the next attempt in a retry process, as the `createNextAttempt` method always returns null."],["The `shouldRetry` method determines whether a retry should occur, returning true if an exception was thrown and false otherwise, with all exceptions being retried."],["The provided content lists versions ranging from 2.63.1 down to 2.7.1, showing the different versions of the `BasicResultRetryAlgorithm`."],["The class implements the `ResultRetryAlgorithmWithContext` interface, and inherits from the `java.lang.Object`."]]],[]]