Uses of Interface
org.springframework.boot.grpc.server.health.HealthCheckedGrpcComponent
Packages that use HealthCheckedGrpcComponent
Package
Description
Support for gRPC server health checks.
-
Uses of HealthCheckedGrpcComponent in org.springframework.boot.grpc.server.health
Methods in org.springframework.boot.grpc.server.health that return HealthCheckedGrpcComponentModifier and TypeMethodDescription@Nullable HealthCheckedGrpcComponentHealthCheckedGrpcComponents.getServer()Return the component that represents the overall server health ornullif no overall health should be reported.@Nullable HealthCheckedGrpcComponentHealthCheckedGrpcComponents.getService(String serviceName) Return the component for the service with the specified name ornullif the name is not known.