Component for relationship with header baggage. More...
#include <userver/baggage/baggage_manager.hpp>
Inheritance diagram for baggage::BaggageManagerComponent:
Collaboration diagram for baggage::BaggageManagerComponent: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 const char * | kName = "baggage-manager" |
| The default name of baggage::BaggageManagerComponent. | |
Component for relationship with header baggage.
Inherits options from components::LoggableComponentBase.
Definition at line 56 of file baggage_manager.hpp.