Package io.quarkus.grpc.runtime.health
Class GrpcHealthCheck
- java.lang.Object
-
- io.quarkus.grpc.runtime.health.GrpcHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped public class GrpcHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
Eclipse MicroProfile Health Check
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GrpcHealthStoragehealthService
-
Constructor Summary
Constructors Constructor Description GrpcHealthCheck()
-
-
-
Field Detail
-
healthService
@Inject GrpcHealthStorage healthService
-
-