Clio develop
The XRP Ledger API server.
|
The interface of a scheduler for the extraction proccess. More...
#include <SchedulerInterface.hpp>
Public Member Functions | |
virtual std::optional< model::Task > | next ()=0 |
Attempt to obtain the next task. | |
The interface of a scheduler for the extraction proccess.
|
nodiscardpure virtual |
Attempt to obtain the next task.
Implemented in etlng::impl::BackfillScheduler, etlng::impl::ForwardScheduler, and etlng::impl::SchedulerChain< Schedulers >.