52 static constexpr std::string_view
kName =
"server";
54 Server(
const components::ComponentConfig& component_config,
const components::ComponentContext& component_context);
62 const server::Server& GetServer()
const;
64 server::Server& GetServer();
68 static yaml_config::Schema GetStaticConfigSchema();
73 std::unique_ptr<server::Server> server_;