| Package | Description |
|---|---|
| org.apache.camel.health |
Camel Health Check support
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfiguration |
HealthCheckConfiguration.Builder.build() |
HealthCheckConfiguration |
HealthCheckConfiguration.copy() |
HealthCheckConfiguration |
HealthCheck.getConfiguration()
Return the configuration associated with this
HealthCheck. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HealthCheckConfiguration> |
HealthCheckRepository.getConfigurations()
Configurations for health checks based on their ids
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckRepository.addConfiguration(String id,
HealthCheckConfiguration configuration)
Adds a health check configuration
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.complete(HealthCheckConfiguration template) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckRepository.setConfigurations(Map<String,HealthCheckConfiguration> configurations)
Configurations for health checks based on their ids
|
Apache Camel