public class HealthCheckRegistrar extends Object
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).Constructor and Description |
---|
HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry,
List<HealthCheck> healthChecks) |
Modifier and Type | Method and Description |
---|---|
void |
registerHealthChecks()
Registers the Confluence
HealthCheck s with the registry. |
public HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks)
@PostConstruct public void registerHealthChecks()
HealthCheck
s with the registry.Copyright © 2003–2021 Atlassian. All rights reserved.