35 static constexpr std::string_view
kName =
"grpc-server";
37 ServerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
39 ~ServerComponent()
override;
46 ServiceConfig ParseServiceConfig(
55 void OnAllComponentsLoaded()
override;
57 void OnAllComponentsAreStopping()
override;
60 std::unique_ptr<impl::ServiceDefaults> service_defaults_;