52 static constexpr std::string_view
kName =
"server";
54 Server(
const components::ComponentConfig& component_config,
const components::ComponentContext& component_context);
60 const server::Server& GetServer()
const;
62 server::Server& GetServer();
66 static yaml_config::Schema GetStaticConfigSchema();
69 void WriteStatistics(
utils::statistics::Writer& writer);
71 std::unique_ptr<server::Server> server_;