A client for easy dynamic config fetching in components.
Definition in file source.hpp.
Go to the source code of this file.
#include <optional>
#include <string_view>
#include <tuple>
#include <utility>
#include <userver/concurrent/async_event_source.hpp>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/utils/assert.hpp>
Classes | |
class | dynamic_config::VariableSnapshotPtr< VariableType > |
struct | dynamic_config::Diff |
Helper class for subscribing to dynamic-config updates with a custom callback. More... | |
class | dynamic_config::Source |
A client for easy dynamic config fetching in components. More... | |