Class MongoHealthCheck

java.lang.Object
io.quarkus.mongodb.health.MongoHealthCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

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

  • Constructor Details

    • MongoHealthCheck

      public MongoHealthCheck(MongodbConfig config)
  • Method Details

    • call

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