registerCollectionCallback overloads
Synopses
Declared in <balm_bdlmmetricsadapter.h>
Register a collection callback with a monitoring system.
virtual
CallbackHandle
registerCollectionCallback(
MetricDescriptor const& metricDescriptor,
Callback const& callback) = 0;
Register the specified callback using the specified metricDescriptor.
virtual
CallbackHandle
registerCollectionCallback(
bdlm::MetricDescriptor const& metricDescriptor,
Callback const& callback) override;
Return Value
callback handle to be used with removeCollectionCallback
Parameters
Name |
Description |
metricDescriptor |
descriptor used for the registration |
callback |
collection callback to register |
Created with MrDocs