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-04-02 UTC."],[[["The latest version available is 2.63.1, but this page focuses on version 2.53.0 of the library."],["This document details the `OperationTimedPollAlgorithm` class, used for timed polling with exponential backoff, ensuring operations are executed correctly with regard to retries and timeouts."],["`OperationTimedPollAlgorithm` extends `ExponentialRetryAlgorithm` and inherits several methods from it, such as how to create first attempts and next attempts with context and settings, determining if RPC should terminate or if the polling should continue, and more."],["The class offers static methods to `create` a polling algorithm instance, allowing customization with `RetrySettings` and `ApiClock`."],["The methods `shouldRPCTerminate` and `shouldRetry` are used for controlling the flow of the polling process, with the second one raising a `CancellationException` if no further polling is required."]]],[]]