A class that abstracts the destination and delivery method for a network message.
More...
#include <message_dispatcher.hpp>
A class that abstracts the destination and delivery method for a network message.
◆ MessageDispatcher()
kanzi::connect::MessageDispatcher::MessageDispatcher |
( |
| ) |
|
|
inline |
◆ ~MessageDispatcher()
virtual kanzi::connect::MessageDispatcher::~MessageDispatcher |
( |
| ) |
|
|
inlinevirtual |
◆ dispatch()
virtual void kanzi::connect::MessageDispatcher::dispatch |
( |
const MessagePackage & | message | ) |
|
|
pure virtual |
◆ getParameter()
virtual bool kanzi::connect::MessageDispatcher::getParameter |
( |
size_t | id, |
|
|
size_t & | param ) |
|
inlinevirtual |
Allows to retrieve a dispatcher specific parameter, mostly for internal use.
- Parameters
-
id | Id of the parameter. |
param | receives the output value for the parameter. |
- Returns
- If parameter is successfully retrieved, true, otherwise false.
The documentation for this class was generated from the following file:
- connect/network/message_dispatcher.hpp