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-09 UTC."],[[["The page details various versions of the `BasicResultRetryAlgorithm` class, ranging from version 2.63.1 (latest) down to 2.7.1, providing links to each version's documentation."],["`BasicResultRetryAlgorithm` is a fundamental implementation of `ResultRetryAlgorithm` that dictates that all exceptions should be retried, all responses, including null values, should be accepted, and no retrying process should be canceled."],["The class includes methods for determining if a retry should occur, using `shouldRetry`, which returns true if an exception was thrown, and to create the settings for a next attempt, using `createNextAttempt`, which always returns null, meaning there is no specific setting to be used."],["The `BasicResultRetryAlgorithm` class inherits members from `java.lang.Object`, such as `clone()`, `equals(Object)`, and `getClass()`."],["The `shouldRetry` method can throw a `CancellationException`, whereas both `createNextAttempt` methods always return null."]]],[]]