Definition at line 21 of file client.hpp.
Public Attributes | |
| std::string | service_name |
| bool | get_configs_overrides_for_service {true} |
| When true, sends service. Mutually exclusive with non-empty service_overrides. | |
| std::chrono::milliseconds | timeout {0} |
| int | retries {1} |
| std::string | config_url |
| bool | append_path_to_url {true} |
| std::string | stage_name |
| bool | is_prestable {false} |
| std::string | circuit |
| std::vector< std::string > | service_overrides |
| Ordered service names sent as service_overrides. Mutually exclusive with service. | |
| bool dynamic_config::ClientConfig::append_path_to_url {true} |
Definition at line 28 of file client.hpp.
| std::string dynamic_config::ClientConfig::circuit |
Definition at line 31 of file client.hpp.
| std::string dynamic_config::ClientConfig::config_url |
Definition at line 27 of file client.hpp.
| bool dynamic_config::ClientConfig::get_configs_overrides_for_service {true} |
When true, sends service. Mutually exclusive with non-empty service_overrides.
Definition at line 24 of file client.hpp.
| bool dynamic_config::ClientConfig::is_prestable {false} |
Definition at line 30 of file client.hpp.
| int dynamic_config::ClientConfig::retries {1} |
Definition at line 26 of file client.hpp.
| std::string dynamic_config::ClientConfig::service_name |
Definition at line 22 of file client.hpp.
| std::vector<std::string> dynamic_config::ClientConfig::service_overrides |
Ordered service names sent as service_overrides. Mutually exclusive with service.
Definition at line 33 of file client.hpp.
| std::string dynamic_config::ClientConfig::stage_name |
Definition at line 29 of file client.hpp.
| std::chrono::milliseconds dynamic_config::ClientConfig::timeout {0} |
Definition at line 25 of file client.hpp.