#include <IEventManager.hpp>
Interface for event management.
Definition at line 35 of file IEventManager.hpp.
virtual kaa::IEventManager::~IEventManager |
( |
| ) |
|
|
inlinevirtual |
virtual void kaa::IEventManager::produceEvent |
( |
const std::string & |
fqn, |
|
|
const std::vector< std::uint8_t > & |
data, |
|
|
const std::string & |
target, |
|
|
TransactionIdPtr |
trxId |
|
) |
| |
|
pure virtual |
Creates an Event and passes it to OPS
- Parameters
-
eventFqn | Fully qualified name of the Event |
data | Event data |
target | Event target, null for event broadcasting. |
Implemented in kaa::EventManager.
virtual void kaa::IEventManager::registerEventFamily |
( |
IEventFamily * |
eventFamily | ) |
|
|
pure virtual |
Add event family object which can handle specified event.
- Parameters
-
eventFamily | event family instance |
- See Also
- IEventFamily
Implemented in kaa::EventManager.
The documentation for this class was generated from the following file:
- /home/architec/Documents/kaa/client/client-multi/client-cpp/kaa/event/IEventManager.hpp