| Package | Description |
|---|---|
| io.appform.ranger.core.healthcheck | |
| io.appform.ranger.core.healthservice | |
| io.appform.ranger.core.serviceprovider |
| Modifier and Type | Method and Description |
|---|---|
static Healthcheck |
Healthchecks.defaultHealthyCheck() |
static Healthcheck |
Healthchecks.fileExistenceCheck(String filePath) |
| Constructor and Description |
|---|
HealthChecker(List<Healthcheck> healthChecks,
int staleUpdateThreshold) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceHealthAggregator
This is a simple
HealthService implementation,
which can be used to register a set of IsolatedHealthMonitors and get an aggregated health of the service. |
| Modifier and Type | Field and Description |
|---|---|
protected List<Healthcheck> |
BaseServiceProviderBuilder.healthchecks |
| Modifier and Type | Method and Description |
|---|---|
B |
BaseServiceProviderBuilder.withHealthcheck(Healthcheck healthcheck) |
Copyright © 2015–2022. All rights reserved.