48 static constexpr std::string_view
kName =
"grpc-server";
50 ServerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
52 ~ServerComponent()
override;
60 ParseServiceConfig(
const components::ComponentConfig& config,
const components::ComponentContext& context);
66 void OnAllComponentsLoaded()
override;
68 void OnAllComponentsAreStopping()
override;
71 std::unique_ptr<impl::ServiceDefaults> service_defaults_;