#include <IConfigurationReceiver.hpp>
Interface for configuration receivers. Derived objects can be subscribed/unsubscribed using IConfigurationManager.
Definition at line 29 of file IConfigurationReceiver.hpp.
virtual kaa::IConfigurationReceiver::~IConfigurationReceiver |
( |
| ) |
|
|
virtualdefault |
virtual void kaa::IConfigurationReceiver::onConfigurationUpdated |
( |
const KaaRootConfiguration & |
configuration | ) |
|
|
pure virtual |
Specific routine to process updated configuration. Will be called by IConfigurationManager when received deltas are processed.
- Parameters
-
configuration | Root record containing merged configuration. |
The documentation for this class was generated from the following file: