Client for the configs service. More...
#include <userver/dynamic_config/client/client.hpp>
Classes | |
struct | JsonReply |
struct | Reply |
Public Types | |
using | Timestamp = std::string |
Public Member Functions | |
Client (clients::http::Client &http_client, const ClientConfig &) | |
Reply | DownloadFullDocsMap () |
Reply | FetchDocsMap (const std::optional< Timestamp > &last_update, const std::vector< std::string > &fields_to_load) |
JsonReply | FetchJson (const std::optional< Timestamp > &last_update, const std::unordered_set< std::string > &fields_to_load) |
Client for the configs service.
It is safe to concurrently invoke members of the same client because this client is a thin wrapper around clients::http::Client.
Definition at line 36 of file client.hpp.
using dynamic_config::Client::Timestamp = std::string |
Definition at line 42 of file client.hpp.