Uses of Interface
org.springframework.boot.grpc.server.health.HealthCheckedGrpcComponents
Packages that use HealthCheckedGrpcComponents
Package
Description
Support for gRPC server health checks.
-
Uses of HealthCheckedGrpcComponents in org.springframework.boot.grpc.server.health
Constructors in org.springframework.boot.grpc.server.health with parameters of type HealthCheckedGrpcComponentsModifierConstructorDescriptionGrpcServerHealth(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthCheckedGrpcComponents components) Create a newGrpcServerHealthinstance.