#include <userver/components/raw_component_base.hpp>
The base class for all components. Don't use it for application components, use ComponentBase instead.
Only inherited directly by some of the built-in userver components.
Definition at line 39 of file raw_component_base.hpp.
Public Member Functions | |
RawComponentBase (RawComponentBase &&)=delete | |
RawComponentBase (const RawComponentBase &)=delete | |
virtual ComponentHealth | GetComponentHealth () const |
virtual void | OnLoadingCancelled () |
virtual void | OnAllComponentsLoaded () |
virtual void | OnAllComponentsAreStopping () |
Static Public Member Functions | |
static yaml_config::Schema | GetStaticConfigSchema () |
|
inlinevirtual |
Reimplemented in components::ComponentBase, and server::handlers::Restart.
Definition at line 49 of file raw_component_base.hpp.
|
inlinevirtual |
Reimplemented in urabbitmq::ConsumerComponentBase, components::ComponentBase, and components::Server.
Definition at line 55 of file raw_component_base.hpp.
|
inlinevirtual |
Reimplemented in urabbitmq::ConsumerComponentBase, components::ComponentBase, components::Server, and server::handlers::Ping.
Definition at line 53 of file raw_component_base.hpp.
|
inlinevirtual |
Reimplemented in components::ComponentBase.
Definition at line 51 of file raw_component_base.hpp.