|
Clio
develop
The XRP Ledger API server.
|
The interface for observing the initial ledger load. More...
#include <InitialLoadObserverInterface.hpp>

Public Member Functions | |
| virtual void | onInitialLoadGotMoreObjects (uint32_t seq, std::vector< model::Object > const &data, std::optional< std::string > lastKey=std::nullopt)=0 |
| Callback for each incoming batch of objects during initial ledger load. | |
The interface for observing the initial ledger load.
|
pure virtual |
Callback for each incoming batch of objects during initial ledger load.
| seq | The sequence for this batch of objects |
| data | The batch of objects |
| lastKey | The last key of the previous batch if there was one |
Implemented in etl::impl::Loader.