Collaboration diagram for dynamic_config::ClientConfig:Public Attributes | |
| std::string | service_name | 
| bool | get_configs_overrides_for_service {true} | 
| std::chrono::milliseconds | timeout {0} | 
| int | retries {1} | 
| std::string | config_url | 
| bool | append_path_to_url {true} | 
| std::string | stage_name | 
| bool | fallback_to_no_proxy {true} | 
Definition at line 19 of file client.hpp.
| bool dynamic_config::ClientConfig::append_path_to_url {true} | 
Definition at line 25 of file client.hpp.
| std::string dynamic_config::ClientConfig::config_url | 
Definition at line 24 of file client.hpp.
| bool dynamic_config::ClientConfig::fallback_to_no_proxy {true} | 
Definition at line 27 of file client.hpp.
| bool dynamic_config::ClientConfig::get_configs_overrides_for_service {true} | 
Definition at line 21 of file client.hpp.
| int dynamic_config::ClientConfig::retries {1} | 
Definition at line 23 of file client.hpp.
| std::string dynamic_config::ClientConfig::service_name | 
Definition at line 20 of file client.hpp.
| std::string dynamic_config::ClientConfig::stage_name | 
Definition at line 26 of file client.hpp.
| std::chrono::milliseconds dynamic_config::ClientConfig::timeout {0} | 
Definition at line 22 of file client.hpp.