| Package | Description |
|---|---|
| org.apache.camel.health |
Camel Health Check support
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<HealthCheck.Result> |
HealthCheckHelper.invoke(CamelContext camelContext,
Function<HealthCheck,Map<String,Object>> optionsSupplier,
HealthCheckFilter filter)
Invokes the checks and returns a collection of results.
|
static Collection<HealthCheck.Result> |
HealthCheckHelper.invoke(CamelContext camelContext,
HealthCheckFilter filter)
Invokes the checks and returns a collection of results.
|
Apache Camel