The timed poll algorithm which uses jittered exponential backoff factor for calculating the next
poll execution time and throws PollException in case if total timeout or total number of
attempts is reached.
[[["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-15 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eExponentialPollAlgorithm\u003c/code\u003e class, which is a timed poll algorithm utilizing jittered exponential backoff for determining the next poll execution time.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExponentialPollAlgorithm\u003c/code\u003e extends \u003ccode\u003eExponentialRetryAlgorithm\u003c/code\u003e and is designed to throw a \u003ccode\u003ePollException\u003c/code\u003e when the total timeout or the maximum number of attempts is reached, and is thread-safe.\u003c/p\u003e\n"],["\u003cp\u003eThe page includes an extensive list of historical versions of the \u003ccode\u003eExponentialPollAlgorithm\u003c/code\u003e, ranging from the latest version 2.63.1 down to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExponentialPollAlgorithm\u003c/code\u003e constructor requires \u003ccode\u003eRetrySettings\u003c/code\u003e and an \u003ccode\u003eApiClock\u003c/code\u003e for creating a new instance, allowing for customization of global settings and time calculations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e method of \u003ccode\u003eExponentialPollAlgorithm\u003c/code\u003e determines if another poll attempt should be made, and instead of returning false it will throw a \u003ccode\u003ePollException\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]