mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
feat: ETLng task manager (#1843)
This commit is contained in:
@@ -150,7 +150,7 @@ public:
|
||||
*/
|
||||
void
|
||||
pubBookChanges(ripple::LedgerHeader const& lgrInfo, std::vector<data::TransactionAndMetadata> const& transactions)
|
||||
const final;
|
||||
final;
|
||||
|
||||
/**
|
||||
* @brief Subscribe to the proposed transactions feed.
|
||||
@@ -218,7 +218,7 @@ public:
|
||||
ripple::Fees const& fees,
|
||||
std::string const& ledgerRange,
|
||||
std::uint32_t txnCount
|
||||
) const final;
|
||||
) final;
|
||||
|
||||
/**
|
||||
* @brief Subscribe to the manifest feed.
|
||||
@@ -239,7 +239,7 @@ public:
|
||||
* @param manifestJson The manifest json to forward.
|
||||
*/
|
||||
void
|
||||
forwardManifest(boost::json::object const& manifestJson) const final;
|
||||
forwardManifest(boost::json::object const& manifestJson) final;
|
||||
|
||||
/**
|
||||
* @brief Subscribe to the validation feed.
|
||||
@@ -260,7 +260,7 @@ public:
|
||||
* @param validationJson The validation feed json to forward.
|
||||
*/
|
||||
void
|
||||
forwardValidation(boost::json::object const& validationJson) const final;
|
||||
forwardValidation(boost::json::object const& validationJson) final;
|
||||
|
||||
/**
|
||||
* @brief Subscribe to the transactions feed.
|
||||
|
||||
Reference in New Issue
Block a user