38 typedef std::function<void(std::shared_ptr<Message>)>
CppHandler;
The nexuslua library is implemented inside this namespace.
std::function< void(std::shared_ptr< Message >)> CppHandler
the signature of a function that is called whenever a C++ nexuslua::agent receives a message
Definition cpp_handler.hpp:38
This type is the actual message type that is sent by function send.
Definition message.hpp:44