Class Neo4jHealthCheck

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

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

    • Neo4jHealthCheck

      public Neo4jHealthCheck()
  • Method Details

    • call

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