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."],[[["The `BasicResultRetryAlgorithm` class is a basic implementation of `ResultRetryAlgorithm` for handling retries in Java."],["This implementation retries all exceptions, accepts all responses (including null), and does not cancel any retrying process."],["The `createNextAttempt` method always returns null, indicating that it doesn't provide specific settings for the next retry attempt."],["The `shouldRetry` method determines whether to retry based on whether a previous exception was thrown, returning true if an exception occurred and false otherwise."],["This page provides access to the documentation for the `BasicResultRetryAlgorithm` class for many versions, with the latest being 2.63.1 and as low as 2.7.1."]]],[]]