Clio develop
The XRP Ledger API server.
|
The interface of a scheduler for the extraction proccess. More...
#include <LedgerPublisherInterface.hpp>
Public Member Functions | |
virtual void | publish (uint32_t seq, std::optional< uint32_t > maxAttempts, std::chrono::steady_clock::duration attemptsDelay=std::chrono::seconds{1})=0 |
Publish the ledger by its sequence number. | |
The interface of a scheduler for the extraction proccess.
|
pure virtual |
Publish the ledger by its sequence number.
seq | The sequence number of the ledger |
maxAttempts | The maximum number of attempts to publish the ledger; no limit if nullopt |
attemptsDelay | The delay between attempts |