userver: components::DynamicConfig::NoblockSubscriber Class Reference
Loading...
Searching...
No Matches
components::DynamicConfig::NoblockSubscriber Class Referencefinal

#include <userver/dynamic_config/storage/component.hpp>

Detailed Description

Allows to subscribe to DynamicConfig updates without waiting for the first update to complete. Primarily intended for internal use.

Definition at line 106 of file component.hpp.

Public Member Functions

 NoblockSubscriber (DynamicConfig &config_component) noexcept
 
 NoblockSubscriber (NoblockSubscriber &&)=delete
 
NoblockSubscriberoperator= (NoblockSubscriber &&)=delete
 
concurrent::AsyncEventSource< const dynamic_config::Snapshot & > & GetEventSource () noexcept
 

The documentation for this class was generated from the following file: