47 static constexpr std::string_view
kName =
"grpc-server";
49 ServerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
51 ~ServerComponent()
override;
59 ParseServiceConfig(
const components::ComponentConfig& config,
const components::ComponentContext& context);
65 void OnAllComponentsLoaded()
override;
67 void OnAllComponentsAreStopping()
override;
70 std::unique_ptr<impl::ServiceDefaults> service_defaults_;