Definition at line 13 of file component.hpp.
Inheritance diagram for clients::http::plugins::yandex_tracing::Component:
Collaboration diagram for clients::http::plugins::yandex_tracing::Component:Public Member Functions | |
| Component (const components::ComponentConfig &, const components::ComponentContext &) | |
| http::Plugin & | GetPlugin () override |
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 Attributes | |
| static constexpr std::string_view | kName = "http-client-plugin-yandex-tracing" |
| The default name of clients::http::plugins::yandex_tracing::Component component. | |
Additional Inherited Members | |
Static Public Member Functions inherited from components::LoggableComponentBase | |
| static yaml_config::Schema | GetStaticConfigSchema () |
|
overridevirtual |
Implements clients::http::plugin::ComponentBase.