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-08-28 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e class, a basic implementation of \u003ccode\u003eResultRetryAlgorithm\u003c/code\u003e in Java.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e will retry all exceptions, accept all responses (including null), and never cancel the retrying process.\u003c/p\u003e\n"],["\u003cp\u003eThe provided version history lists links to documentation for versions of this class, with the latest version being 2.63.1, and ranging down to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e methods of this class always return null, indicating it doesn't specify settings for the next attempt.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e methods return true if an exception was thrown, otherwise it will return false, and also if it was thrown it would be susceptible to a \u003ccode\u003eCancellationException\u003c/code\u003e being thrown as well.\u003c/p\u003e\n"]]],[],null,[]]