| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.health |
Camel Health Check implementations.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckRegistry |
CamelContext.getHealthCheckRegistry()
Returns an optional
HealthCheckRegistry, by default no registry is
present and it must be explicit activated. |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setHealthCheckRegistry(HealthCheckRegistry healthCheckRegistry)
Sets a
HealthCheckRegistry. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckRegistry |
DefaultCamelContext.getHealthCheckRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setHealthCheckRegistry(HealthCheckRegistry healthCheckRegistry)
Sets a
HealthCheckRegistry. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHealthCheckRegistry |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckRegistry |
DefaultHealthCheckService.getHealthCheckRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHealthCheckService.setHealthCheckRegistry(HealthCheckRegistry registry) |
Apache Camel