EII ConfigMgr C/C++ Reference
|
Go to the documentation of this file.
27 #ifndef _EII_CH_SUBSCRIBER_CFG_H
28 #define _EII_CH_SUBSCRIBER_CFG_H
31 #include <cjson/cJSON.h>
34 #include <eii/utils/logger.h>
35 #include "eii/utils/json_config.h"
36 #include "eii/config_manager/kv_store_plugin/kv_store_plugin.h"
41 namespace config_manager {
94 std::vector<std::string>
getTopics()
override;
101 bool setTopics(std::vector<std::string> topics_list)
override;
bool setTopics(std::vector< std::string > topics_list) override
cfgmgr_interface_t * getSubCfg()
config_t * getMsgBusConfig() override
config_value_t * getInterfaceValue(const char *key) override
std::string getEndpoint() override
Configuration Manager C APIs.
std::vector< std::string > getTopics() override
Definition: app_cfg.hpp:49
Definition: subscriber_cfg.hpp:43