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

Component that does a periodic update of runtime configs. More...

#include <chrono>
#include <functional>
#include <optional>
#include <string>
#include <unordered_set>
#include <userver/cache/cache_statistics.hpp>
#include <userver/cache/caching_component_base.hpp>
#include <userver/cache/update_type.hpp>
#include <userver/components/component_fwd.hpp>
#include <userver/concurrent/variable.hpp>
#include <userver/dynamic_config/client/client.hpp>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/dynamic_config/storage/component.hpp>
#include <userver/dynamic_config/updater/additional_keys_token.hpp>
#include <userver/engine/mutex.hpp>
+ Include dependency graph for component.hpp:

Go to the source code of this file.

Classes

class  components::DynamicConfigClientUpdater
 Component that does a periodic update of runtime configs. More...
 

Namespaces

namespace  components
 Contains functions and types to start a userver based service/tool.
 

Variables

template<>
constexpr bool components::kHasValidate< DynamicConfigClientUpdater > = true
 

Detailed Description

Component that does a periodic update of runtime configs.

Definition in file component.hpp.