BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Types | Public Member Functions
BeeeOn::DistributorListener Class Referenceabstract

Interface to report events occuring in Distributor. More...

#include <DistributorListener.h>

Inheritance diagram for BeeeOn::DistributorListener:
BeeeOn::AbstractCollector BeeeOn::LoggingCollector BeeeOn::NemeaCollector

Public Types

typedef Poco::SharedPtr
< DistributorListener
Ptr
 

Public Member Functions

virtual void onExport (const SensorData &data)=0
 Event notifying about data being distributed. More...
 

Detailed Description

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.

Member Function Documentation

virtual void BeeeOn::DistributorListener::onExport ( const SensorData data)
pure virtual

Event notifying about data being distributed.

Parameters
dataThis method is called before the Distributor starts exporting the given data.

Implemented in BeeeOn::NemeaCollector, BeeeOn::AbstractCollector, and BeeeOn::LoggingCollector.


The documentation for this class was generated from the following files: