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-07-02 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental implementation of the `ResultRetryAlgorithm` interface for handling retries in Java."],["The `BasicResultRetryAlgorithm` retries all exceptions, accepts all responses including `null`, and does not cancel any retrying processes."],["The class includes methods to determine if a retry should occur (`shouldRetry`), based on whether an exception was thrown, and to define the settings for the next retry attempt (`createNextAttempt`), however, it always returns null for retry settings."],["This page provides access to versions of the `BasicResultRetryAlgorithm` from 2.7.1 to the latest version 2.63.1."]]],[]]