BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <Exporter.h>
Public Member Functions | |
virtual bool | ship (const SensorData &data)=0 |
Interface for Exporter Exports data in best effort (or better)
|
pure virtual |
Ensures export data in best effort to target destination
Poco::IOException | when a serious issue caused the Exporter to deny its service. |
Implemented in BeeeOn::GWServerConnector, BeeeOn::QueuingExporter, BeeeOn::GWSOptimisticExporter, BeeeOn::MqttExporter, and BeeeOn::NamedPipeExporter.