76 void RegisterDataHandlers();
83 std::map<std::string, int> complete_channel_count_;
85 std::map<std::string, int> data_handler_channel_count_;
89 void RegisterMessageHandlers();
94 bool Subscribe(
const Json &json);
99 bool UnSubscribe(
const Json &json);
100 bool GetDataUpdaterChannels(
const std::string &updater_path,
101 std::vector<std::string> *channels);
108 bool ModifyUpdaterChannels(
const std::string &updater_path,
109 const std::string &channel_name,
110 const std::string &operation);
111 Json GetDataHandlerInfo();
112 Json ClearDataHandlerChannelMsgs();
134 void RefreshDataHandlerChannels(