| | |
| | | MsgCommonReply RegisterRPC(const BHMsgHead &head, MsgRegisterRPC &msg); |
| | | MsgCommonReply Heartbeat(const BHMsgHead &head, const MsgHeartbeat &msg); |
| | | MsgQueryProcReply QueryProc(const BHMsgHead &head, const MsgQueryProc &req); |
| | | MsgQueryProcReply QueryProc(const std::string &proc_id); |
| | | MsgQueryTopicReply QueryTopic(const BHMsgHead &head, const MsgQueryTopic &req); |
| | | MsgCommonReply Subscribe(const BHMsgHead &head, const MsgSubscribe &msg); |
| | | MsgCommonReply Unsubscribe(const BHMsgHead &head, const MsgUnsubscribe &msg); |