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-04-17 UTC."],[[["This document outlines the `BasicResultRetryAlgorithm`, a fundamental implementation of `ResultRetryAlgorithm` for managing retry logic in Java."],["The `BasicResultRetryAlgorithm` class will retry all exceptions, accept any response including null, and never cancel the retrying process."],["The algorithm's `createNextAttempt` methods always return null, indicating no specific settings for the following retry attempt."],["The `shouldRetry` methods indicate that if a `Throwable` exception has been thrown, it will return true, and if not it will return false."],["The document provides a list of available versions for the class, ranging from version 2.63.1 down to version 2.7.1."]]],[]]