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