|
Clio
develop
The XRP Ledger API server.
|
A retry strategy that retries while exponentially increasing the delay between attempts. More...
#include <Retry.hpp>


Public Member Functions | |
| ExponentialBackoffStrategy (Retry::Delays delays) | |
| Construct a new Exponential Backoff Strategy object. | |
| Public Member Functions inherited from util::RetryStrategy | |
| RetryStrategy (std::chrono::steady_clock::duration delay) | |
| Construct a new Retry Strategy object. | |
| std::chrono::steady_clock::duration | getDelay () const |
| void | increaseDelay () |
| Increase the delay value. | |
| void | reset () |
| Reset the delay value. | |
A retry strategy that retries while exponentially increasing the delay between attempts.
|
explicit |
Construct a new Exponential Backoff Strategy object.
| delays | The delays to use between attempts |