Component that stores the dynamic config.
Definition in file component.hpp.
Go to the source code of this file.
#include <memory>
#include <string_view>
#include <type_traits>
#include <userver/components/component_base.hpp>
#include <userver/concurrent/async_event_source.hpp>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/dynamic_config/source.hpp>
#include <userver/dynamic_config/updates_sink/component.hpp>
#include <userver/utils/fast_pimpl.hpp>
Classes | |
class | components::DynamicConfig |
Component that stores the dynamic config. More... | |
class | components::DynamicConfig::NoblockSubscriber |
Allows to subscribe to DynamicConfig updates without waiting for the first update to complete. Primarily intended for internal use. More... | |
Namespaces | |
namespace | components |
Contains functions and types to start a userver based service/tool. | |
Variables | |
template<> | |
constexpr bool | components::kHasValidate< DynamicConfig > = true |
template<> | |
constexpr auto | components::kConfigFileMode< DynamicConfig > = ConfigFileMode::kNotRequired |