Operation timed polling algorithm, which uses exponential backoff factor for determining when the
next polling operation should be executed. If the polling exceeds the total timeout this
algorithm cancels polling.
[[["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-03-21 UTC."],[[["The latest version of the `OperationTimedPollAlgorithm` is 2.63.1, while version 2.48.1 is also documented on this page."],["This class, `OperationTimedPollAlgorithm`, extends `ExponentialRetryAlgorithm` and is used for timed polling operations with exponential backoff."],["The `OperationTimedPollAlgorithm` will cancel polling if it exceeds the total timeout."],["It offers static methods like `create` to instantiate the algorithm with either default or custom clock settings."],["This class has the ability to override or have inherited methods related to whether or not an RPC or polling attempt should be terminated or retried, including throwing `CancellationException` in certain circumstances."]]],[]]