Class HealthCheckRegistrar
java.lang.Object
com.atlassian.confluence.impl.health.HealthCheckRegistrar
Registers the desired
HealthCheck
s
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 Summary
ConstructorsConstructorDescriptionHealthCheckRegistrar
(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks) -
Method Summary
-
Constructor Details
-
HealthCheckRegistrar
public HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks)
-
-
Method Details
-
registerHealthChecks
@PostConstruct public void registerHealthChecks()Registers the ConfluenceHealthCheck
s with the registry.
-