xrpld
Loading...
Searching...
No Matches
NullCollector.h
1#pragma once
2
3#include <xrpl/beast/insight/Collector.h>
4
5namespace beast::insight {
6
8class NullCollector : public Collector
9{
10public:
11 explicit NullCollector() = default;
12
14 make();
15};
16
17} // namespace beast::insight
Interface for a manager that allows collection of metrics.
Definition Collector.h:24
static std::shared_ptr< Collector > make()