|
static constexpr std::string_view | kName = "grpc-reflection-service" |
|
|
void | RegisterService (ServiceBase &service) |
|
void | RegisterService (GenericServiceBase &service) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
◆ LoggableComponentBase
◆ ReflectionServiceComponent()
◆ OnAllComponentsAreStopping()
void components::ComponentBase::OnAllComponentsAreStopping |
( |
| ) |
|
|
inlineoverridevirtualinherited |
◆ OnLoadingCancelled()
void components::ComponentBase::OnLoadingCancelled |
( |
| ) |
|
|
inlineoverridevirtualinherited |
Called once if the creation of any other component failed. If the current component expects some other component to take any action with the current component, this call is a signal that such action may never happen due to components loading was cancelled. Application components might not want to override it.
Reimplemented from components::RawComponentBase.
Definition at line 42 of file component_base.hpp.
◆ RegisterService()
void ugrpc::server::ServiceComponentBase::RegisterService |
( |
ServiceBase & | service | ) |
|
|
protectedinherited |
Derived classes must store the actual service class in a field and call RegisterService with it
◆ kName
constexpr std::string_view grpc_reflection::ReflectionServiceComponent::kName = "grpc-reflection-service" |
|
staticconstexpr |
The documentation for this class was generated from the following files: