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 latest version of the `BasicResultRetryAlgorithm` is 2.63.1, which can be found within the provided links to the documentation, with numerous prior versions also documented."],["`BasicResultRetryAlgorithm` is a Java class that implements `ResultRetryAlgorithmWithContext`, designed for handling retry logic, where it will retry any exceptions."],["This class is configured to accept all responses, including null values, and is built without an internal process to cancel any retry attempts."],["The `createNextAttempt` method consistently returns `null`, meaning it does not provide specific settings for subsequent retry attempts."],["The `shouldRetry` method returns `true` if a previous attempt threw an exception and `false` otherwise."]]],[]]