userver: dynamic_config::ClientConfig Struct Reference
Loading...
Searching...
No Matches
dynamic_config::ClientConfig Struct Reference

Detailed Description

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.

Member Data Documentation

◆ append_path_to_url

bool dynamic_config::ClientConfig::append_path_to_url {true}

Definition at line 28 of file client.hpp.

◆ circuit

std::string dynamic_config::ClientConfig::circuit

Definition at line 31 of file client.hpp.

◆ config_url

std::string dynamic_config::ClientConfig::config_url

Definition at line 27 of file client.hpp.

◆ get_configs_overrides_for_service

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.

◆ is_prestable

bool dynamic_config::ClientConfig::is_prestable {false}

Definition at line 30 of file client.hpp.

◆ retries

int dynamic_config::ClientConfig::retries {1}

Definition at line 26 of file client.hpp.

◆ service_name

std::string dynamic_config::ClientConfig::service_name

Definition at line 22 of file client.hpp.

◆ service_overrides

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.

◆ stage_name

std::string dynamic_config::ClientConfig::stage_name

Definition at line 29 of file client.hpp.

◆ timeout

std::chrono::milliseconds dynamic_config::ClientConfig::timeout {0}

Definition at line 25 of file client.hpp.


The documentation for this struct was generated from the following file: