This protocol class provides a pure abstract interface and contract for clients and suppliers of metrics adapters.
Synopsis
Declared in <bdlm_metricsadapter.h>
class MetricsAdapter;
Type Aliases
Name |
Description |
Callback functor invoked to collect metric values. |
|
Opaque handle identifying a registered collection callback. |
Member Functions
Name |
Description |
|
Destroy this |
|
Register a collection callback with a monitoring system. |
|
Remove the callback associated with the specified |
Derived Classes
Name |
Description |
This class provides a concrete |
Created with MrDocs