userver: userver/dynamic_config Directory 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
dynamic_config Directory Reference

Table of Contents

+ Directory dependency graph for dynamic_config:

Directories

 client
 
 impl
 
 storage
 
 updater
 
 updates_sink
 

Files

 exception.hpp
 
 fwd.hpp
 Forward declarations of dynamic_config classes.
 
 snapshot.hpp
 The shared snapshot of dynamic configs. Cheap to copy, even cheaper to move. Thread safe, not updated with new dynamic config values in background (it's a snapshot!).
 
 source.hpp
 A client for easy dynamic config fetching in components.
 
 storage_mock.hpp
 Backing storage for dynamic_config::Source in tests and benchmarks.
 
 test_helpers.hpp
 Accessors for dynamic config defaults for tests and benchmarks.
 
 value.hpp