| Package | Description |
|---|---|
| org.apache.camel.health |
Camel Health Check support
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HealthCheckRegistry
A registry for health checks.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<HealthCheckRepository> |
HealthCheckRegistry.getRepositories()
Get a collection of health check repositories.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HealthCheckRegistry.addRepository(HealthCheckRepository repository)
Add an Health Check repository.
|
boolean |
HealthCheckRegistry.removeRepository(HealthCheckRepository repository)
Remove an Health Check repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckRegistry.setRepositories(Collection<HealthCheckRepository> repositories)
Set the health check repositories to use..
|
Apache Camel