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-01 UTC."],[[["This document outlines the `BasicResultRetryAlgorithm`, a fundamental implementation of `ResultRetryAlgorithm` for managing retry logic in Java."],["The `BasicResultRetryAlgorithm` retries all exceptions, accepts all responses (including null), and never cancels the retry process."],["The algorithm does not provide specific settings for subsequent attempts and will always return null when asked to provide such settings via the `createNextAttempt` method."],["The `shouldRetry` methods determine if a retry should occur based on whether an exception was previously thrown, not concerning themselves with the response, where an exception will indicate it should retry."],["The document provides an extensive list of previous versions, dating back from 2.63.1 to 2.7.1, of the referenced algorithm."]]],[]]