Manages dealer and susbriber.
#include <dpyMwClient.h>
|
| DpyMwClient (std::string &ip, int dport, int sport) |
|
void | start () |
|
void | stop () |
|
void | subscribe (int messageType, boost::any handler) |
|
void | unsubscribe (int messageType) |
|
bool | isAlive () |
|
void | monitorServiceAvailability_S (const f_hearbeat_handler &handler) |
|
void | monitorServiceAvailability_U () |
|
|
void | sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000) |
|
virtual void | RegisterCallbacks ()=0 |
|
virtual void RegisterCallbacks |
( |
| ) |
|
|
protectedpure virtual |
Holds handlers for received messages