userver: userver/dynamic_config/source.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
source.hpp File Reference

A client for easy dynamic config fetching in components. More...

#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>
+ Include dependency graph for source.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dynamic_config::VariableSnapshotPtr< Key >
 
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...
 

Detailed Description

A client for easy dynamic config fetching in components.

Definition in file source.hpp.