#include <userver/components/process_starter.hpp>
Component for getting the engine::subprocess::ProcessStarter.
Name | Description | Default value |
---|---|---|
task_processor | the name of the TaskProcessor for process starting | - |
Definition at line 22 of file process_starter.hpp.
Public Member Functions | |
ProcessStarter (const ComponentConfig &config, const ComponentContext &context) | |
engine::subprocess::ProcessStarter & | Get () |
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 = "process-starter" |
The default name of components::ProcessStarter component. | |
|
inline |
Definition at line 31 of file process_starter.hpp.