CPP Device Virtualization API Reference for Oracle Internet of Things Cloud Service Client Software Library. Release 21.1.1.0.0-3. E92477-09
|
A callback interface for errors in delivery of messages. More...
#include <AbstractVirtualDevice.hpp>
Public Member Functions | |
virtual void | onError (const ErrorEvent< VirtualDevice > &event) const =0 |
Notify that an error occured when attempting to deliver messages to the server. More... | |
A callback interface for errors in delivery of messages.
|
pure virtual |
Notify that an error occured when attempting to deliver messages to the server.
This callback indicates that the messages have not been delivered to the server and are no longer queued.
event | the messages that were not delivered |