Your opinion will help to improve our service
Leave a feedback >Represents the config of a component that is being constructed; see Component system for introduction into components.
Definition in file component_config.hpp.
Go to the source code of this file.
#include <cstdint>
#include <string>
#include <unordered_map>
#include <userver/yaml_config/yaml_config.hpp>
Classes | |
class | components::ComponentConfig |
Represents the config of a component that is being constructed; see Component system for introduction into components. More... | |
Namespaces | |
namespace | components |
Contains functions and types to start a userver based service/tool. | |
Typedefs | |
using | components::ComponentConfigMap = std::unordered_map< std::string, const ComponentConfig & > |
Functions | |
ComponentConfig | components::Parse (const yaml_config::YamlConfig &value, formats::parse::To< ComponentConfig >) |