BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Interface to report events occuring in Distributor. More...
#include <DistributorListener.h>
Public Types | |
typedef Poco::SharedPtr < DistributorListener > | Ptr |
Public Member Functions | |
virtual void | onExport (const SensorData &data)=0 |
Event notifying about data being distributed. More... | |
Interface to report events occuring in Distributor.
Implement the DistributorListener and register it with the Distributor used in the application to receive events about distribution.
|
pure virtual |
Event notifying about data being distributed.
data | This method is called before the Distributor starts exporting the given data. |
Implemented in BeeeOn::NemeaCollector, BeeeOn::AbstractCollector, and BeeeOn::LoggingCollector.