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 latest version available for the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is 2.63.1, and the page contains a list of all versions from that down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is a basic implementation of \u003ccode\u003eResultRetryAlgorithm\u003c/code\u003e, where all exceptions are retried and all responses, including null, are accepted.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e and inherits members from \u003ccode\u003ejava.lang.Object\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e methods always return null, signifying no specific settings are provided for the next attempt, and the \u003ccode\u003eshouldRetry\u003c/code\u003e methods return true if an exception was thrown.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e has a constructor \u003ccode\u003eBasicResultRetryAlgorithm()\u003c/code\u003e and multiple versions of \u003ccode\u003ecreateNextAttempt\u003c/code\u003e and \u003ccode\u003eshouldRetry\u003c/code\u003e methods.\u003c/p\u003e\n"]]],[],null,[]]