#include <IEventFamily.hpp>
Interface for Event Family. Each event family should be accessed through EventFamilyFactory
Definition at line 36 of file IEventFamily.hpp.
virtual kaa::IEventFamily::~IEventFamily |
( |
| ) |
|
|
inlinevirtual |
virtual const FQNList& kaa::IEventFamily::getSupportedEventClassFQNs |
( |
| ) |
|
|
pure virtual |
Returns set of supported incoming events in event family
- Returns
- set of supported events presented as set event fully qualified names
virtual void kaa::IEventFamily::onGenericEvent |
( |
const std::string & |
fqn, |
|
|
const std::vector< std::uint8_t > & |
data, |
|
|
const std::string & |
source |
|
) |
| |
|
pure virtual |
Generic handler of event received from server.
- Parameters
-
eventFQN | Fully qualified name of an event |
data | Event data |
source | Event source |
The documentation for this class was generated from the following file:
- /home/architec/Documents/kaa/client/client-multi/client-cpp/kaa/event/IEventFamily.hpp