BDE 4.14.0 Production release
|
#include <balm_publisher.h>
Public Member Functions | |
virtual | ~Publisher () |
Destroy this object. | |
virtual void | publish (const MetricSample &metricValue)=0 |
This protocol class provides a publish
method to publish collected sample of recorded metric values. The precise meaning of publish is left to derived classes to specify.
See balm_publisher
|
virtual |
|
pure virtual |
Publish the specified metricValue
. The exact definition of publish depends on the implementing class, though the intention is that the recorded metric values will be distributed in a human or machine readable form.
Implemented in balm::StreamPublisher.