Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
etl::impl::Extractor< DataPipeType, LedgerFetcherType > Class Template Reference

Extractor thread that is fetching GRPC data and enqueue it on the DataPipeType. More...

#include <Extractor.hpp>

Public Member Functions

 Extractor (DataPipeType &pipe, std::shared_ptr< NetworkValidatedLedgersInterface > networkValidatedLedgers, LedgerFetcherType &ledgerFetcher, uint32_t startSequence, std::optional< uint32_t > finishSequence, SystemState const &state)
 
void waitTillFinished ()
 

Detailed Description

template<typename DataPipeType, typename LedgerFetcherType>
class etl::impl::Extractor< DataPipeType, LedgerFetcherType >

Extractor thread that is fetching GRPC data and enqueue it on the DataPipeType.


The documentation for this class was generated from the following file: