46 ServiceComponentBase(
const components::ComponentConfig& config,
const components::ComponentContext& context);
48 ~ServiceComponentBase() override;
50 static yaml_config::Schema GetStaticConfigSchema();
61 ServerComponent& server_;
62 ServiceConfig config_;
63 std::string component_name_;
64 std::atomic<
bool> registered_{
false};