const char * _senderIP
Definition dllmain.cpp:39
OT_COMMUNICATION_API_EXPORT void sendAsync(const std::string &_senderIP, const std::string &_receiverIP, ot::MessageType _type, const std::string &_message, int _timeout=3000, bool _createLogMessage=true)
Will send the provided message to the microservice framework. The massage will be send asynchronously...
Definition msg.cpp:204
OT_COMMUNICATION_API_EXPORT bool send(const std::string &_senderIP, const std::string &_receiverIP, ot::MessageType _type, const std::string &_message, std::string &_response, int _timeout=3000, bool _shutdownMessage=false, bool _createLogMessage=true)
Will send the provided message to the microservice framework. Returns true if succeeded.
Definition msg.cpp:48