userver: dynamic_config::AdditionalKeysToken Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dynamic_config::AdditionalKeysToken Class Reference

Defines the scope where DynamicConfigClientUpdater requests additional configs. More...

#include <userver/dynamic_config/updater/additional_keys_token.hpp>

Public Types

using KeyList = std::vector< std::string >
 

Public Member Functions

 AdditionalKeysToken (std::shared_ptr< KeyList > keys)
 

Detailed Description

Defines the scope where DynamicConfigClientUpdater requests additional configs.

Definition at line 16 of file additional_keys_token.hpp.

Member Typedef Documentation

◆ KeyList

using dynamic_config::AdditionalKeysToken::KeyList = std::vector<std::string>

Definition at line 18 of file additional_keys_token.hpp.


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