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 Details

  • Constructor Details

    • GrpcHealthCheck

      public GrpcHealthCheck()
  • Method Details

    • call

      public org.eclipse.microprofile.health.HealthCheckResponse call()
      Specified by:
      call in interface org.eclipse.microprofile.health.HealthCheck