userver: userver/dynamic_config/updater/component.hpp File Reference
Loading...
Searching...
No Matches
component.hpp File Reference

Detailed Description

Component that does a periodic update of runtime configs.

Definition in file component.hpp.

Go to the source code of this file.

#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/dynamic_config/updates_sink/component.hpp>
#include <userver/engine/mutex.hpp>
#include <userver/utils/impl/transparent_hash.hpp>
#include <userver/utils/internal_tag_fwd.hpp>
+ Include dependency graph for component.hpp:

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