[[["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-17 UTC."],[[["This document details the `ResultRetryAlgorithm` interface for Java, offering methods to determine retry behavior without the need for a `RetryingContext`."],["The `ResultRetryAlgorithm` interface is a simplified version of `ResultRetryAlgorithmWithContext`, lacking methods that incorporate the `RetryingContext`."],["The interface offers the method `createNextAttempt`, which determines the settings for the subsequent retry attempt based on the previous throwable, response, and settings."],["The interface offers the method `shouldRetry`, which is used to decide if a retry should happen, based on a previous throwable and response."],["The document also lists a variety of different versions of the library, starting from version 2.63.1, down to version 2.7.1."]]],[]]