#include <userver/dynamic_config/storage/component.hpp>
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 | |
NoblockSubscriber & | operator= (NoblockSubscriber &&)=delete |
concurrent::AsyncEventSource< const dynamic_config::Snapshot & > & | GetEventSource () noexcept |