Github   Telegram
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
component.hpp File Reference

Component that stores the runtime config. More...

#include <memory>
#include <string_view>
#include <type_traits>
#include <userver/components/loggable_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>
+ Include dependency graph for component.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  components::DynamicConfig
 Component that stores the runtime 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
 

Detailed Description

Component that stores the runtime config.

Definition in file component.hpp.