Class ShutdownReadinessCheck

java.lang.Object
io.quarkus.smallrye.health.runtime.ShutdownReadinessCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

@Singleton @Readiness public class ShutdownReadinessCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
  • Field Details

  • Constructor Details

    • ShutdownReadinessCheck

      public ShutdownReadinessCheck()
  • Method Details

    • shutdown

      public void shutdown()
    • call

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