◆ TestMsgHandler()
TestMsgHandler::TestMsgHandler |
( |
boost::asio::io_context & | ios | ) |
|
|
inline |
◆ ~TestMsgHandler()
virtual TestMsgHandler::~TestMsgHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Handle()
void TestMsgHandler::Handle |
( |
std::string const & | identity, |
|
|
std::string const & | msg_type_id, |
|
|
void const * | data, |
|
|
size_t | data_size ) |
|
inlinevirtual |
Handles raw message.
- Parameters
-
identity | Requestor identity. |
msg_type_id | Identity of message type. |
data | Raw serialized message. |
data_size | Size of the raw message. |
- Todo
- replace data with array_view
Implements rad::MsgHandler.
The documentation for this class was generated from the following file: