mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 15:45:52 +00:00
feat: ETLng task manager (#1843)
This commit is contained in:
@@ -49,14 +49,14 @@ struct MockSubscriptionManager : feed::SubscriptionManagerInterface {
|
||||
void,
|
||||
pubLedger,
|
||||
(ripple::LedgerHeader const&, ripple::Fees const&, std::string const&, std::uint32_t),
|
||||
(const, override)
|
||||
(override)
|
||||
);
|
||||
|
||||
MOCK_METHOD(
|
||||
void,
|
||||
pubBookChanges,
|
||||
(ripple::LedgerHeader const&, std::vector<data::TransactionAndMetadata> const&),
|
||||
(const, override)
|
||||
(override)
|
||||
);
|
||||
|
||||
MOCK_METHOD(void, unsubLedger, (feed::SubscriberSharedPtr const&), (override));
|
||||
@@ -89,9 +89,9 @@ struct MockSubscriptionManager : feed::SubscriptionManagerInterface {
|
||||
|
||||
MOCK_METHOD(void, forwardProposedTransaction, (boost::json::object const&), (override));
|
||||
|
||||
MOCK_METHOD(void, forwardManifest, (boost::json::object const&), (const, override));
|
||||
MOCK_METHOD(void, forwardManifest, (boost::json::object const&), (override));
|
||||
|
||||
MOCK_METHOD(void, forwardValidation, (boost::json::object const&), (const, override));
|
||||
MOCK_METHOD(void, forwardValidation, (boost::json::object const&), (override));
|
||||
|
||||
MOCK_METHOD(void, subProposedAccount, (ripple::AccountID const&, feed::SubscriberSharedPtr const&), (override));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user