Go to the documentation of this file.
9 #ifndef SERVER_MSG_PARSERS_HPP_
10 #define SERVER_MSG_PARSERS_HPP_
16 #include <azmq/message.hpp>
29 void Handle(
const std::string& identity,
const std::string& payload_type,
void const* msg,
47 void Handle(
const std::string& payload_type,
void const* topic,
size_t sz)
override;
58 #endif // SERVER_MSG_PARSERS_HPP_
MsgParsers(const MsgParsers &)=delete
Definition: smAdapter.hpp:60
TopicParsers(rad::SMAdapter &sm)
Definition: msgParsers.cpp:145
MsgParsers(rad::SMAdapter &sm)
Definition: msgParsers.cpp:27
SMAdapter class header file.
Definition: msgParsers.hpp:24
virtual ~MsgParsers()
Definition: msgParsers.cpp:32
void Handle(const std::string &identity, const std::string &payload_type, void const *msg, size_t sz) override
Definition: msgParsers.cpp:43
Definition: msgHandler.hpp:23
Definition: actionMgr.cpp:24
Definition: msgParsers.hpp:43
Definition: topicHandler.hpp:23
TopicParsers(const TopicParsers &)=delete
MsgParsers & operator=(const MsgParsers &)=delete
TopicParsers & operator=(const MsgParsers &)=delete
void Handle(const std::string &payload_type, void const *topic, size_t sz) override
Definition: msgParsers.cpp:155