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 the specified |
|
Remove the callback associated with the specified |
Derived Classes
Name |
Description |
This class implements a pure abstract interface for clients and suppliers of metrics adapters. The implementation registers callbacks with a provided |
Created with MrDocs