Class HealthCheckRegistrar
- java.lang.Object
-
- com.atlassian.confluence.impl.health.HealthCheckRegistrar
-
public class HealthCheckRegistrar extends Object
Registers the desiredHealthCheck
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
Constructors Constructor Description HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerHealthChecks()
Registers the ConfluenceHealthCheck
s with the registry.
-
-
-
Constructor Detail
-
HealthCheckRegistrar
public HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks)
-
-
Method Detail
-
registerHealthChecks
@PostConstruct public void registerHealthChecks()
Registers the ConfluenceHealthCheck
s with the registry.
-
-