#include <userver/baggage/baggage_manager.hpp>
Component for relationship with header baggage.
Inherits options from components::LoggableComponentBase.
Definition at line 56 of file baggage_manager.hpp.
Public Member Functions | |
BaggageManagerComponent (const components::ComponentConfig &config, const components::ComponentContext &context) | |
BaggageManager & | GetManager () |
Public Member Functions inherited from components::LoggableComponentBase | |
LoggableComponentBase (const ComponentConfig &, const ComponentContext &) | |
LoggableComponentBase (LoggableComponentBase &&)=delete | |
LoggableComponentBase (const LoggableComponentBase &)=delete | |
~LoggableComponentBase () override=default | |
ComponentHealth | GetComponentHealth () const override |
void | OnLoadingCancelled () override |
void | OnAllComponentsLoaded () override |
void | OnAllComponentsAreStopping () override |
Static Public Member Functions | |
static yaml_config::Schema | GetStaticConfigSchema () |
Static Public Member Functions inherited from components::LoggableComponentBase | |
static yaml_config::Schema | GetStaticConfigSchema () |
Static Public Attributes | |
static constexpr std::string_view | kName = "baggage-manager" |
The default name of baggage::BaggageManagerComponent. | |