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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
healthService
-
-
Constructor Details
-
GrpcHealthCheck
public GrpcHealthCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-