|
std::vector< std::string > | tokenizer (const char *str, const char *delim) |
|
◆ ClientCfg()
ClientCfg Constructor This constructor is not to be directly called since it is only used internally by the ConfigMgr
- Parameters
-
cfgmgr_interface | - The interface associated with a client |
◆ ~ClientCfg()
eii::config_manager::ClientCfg::~ClientCfg |
( |
| ) |
|
◆ getCfg()
◆ getEndpoint()
std::string eii::config_manager::ClientCfg::getEndpoint |
( |
| ) |
|
|
overridevirtual |
To fetch Endpoint for particular client from its interface config
- Returns
- std::string - Endpoint of client config of type std::string
Reimplemented from eii::config_manager::AppCfg.
◆ getInterfaceValue()
config_value_t* eii::config_manager::ClientCfg::getInterfaceValue |
( |
const char * |
key | ) |
|
|
overridevirtual |
To fetch particular interface value from Client interface config
- Parameters
-
key | - Key on which interface value is extracted. |
- Returns
- config_value_t* - On Success, config_value_t object
Reimplemented from eii::config_manager::AppCfg.
◆ getMsgBusConfig()
config_t* eii::config_manager::ClientCfg::getMsgBusConfig |
( |
| ) |
|
|
overridevirtual |
Constructs message bus config for Client
- Returns
- config_t* - On Success, returns JSON msg bus server config of type config_t
Reimplemented from eii::config_manager::AppCfg.
The documentation for this class was generated from the following file: