Class HealthCheckRegistrar

java.lang.Object
com.atlassian.confluence.impl.health.HealthCheckRegistrar

public class HealthCheckRegistrar extends Object
Registers the desired HealthChecks along with their prerequisite checks. In this design, this class is the source of truth for the graph of prerequisites (i.e. this is not the concern of the checks themselves).
Since:
6.6.0
  • Constructor Details

  • Method Details

    • registerHealthChecks

      @PostConstruct public void registerHealthChecks()
      Registers the Confluence HealthChecks with the registry.