@ConfigurationProperties(prefix="endpoints.camelhealthcheck")
public class CamelHealthCheckEndpoint
extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<T>
Endpoint to expose HealthCheck information.| Modifier and Type | Class and Description |
|---|---|
static class |
CamelHealthCheckEndpoint.Check |
static class |
CamelHealthCheckEndpoint.CheckConfiguration |
static class |
CamelHealthCheckEndpoint.DetailedCheck |
static class |
CamelHealthCheckEndpoint.DetailedHealthCheckResult |
static class |
CamelHealthCheckEndpoint.HealthCheckResult |
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_ID |
| Constructor and Description |
|---|
CamelHealthCheckEndpoint(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.CamelContext |
getCamelContext() |
Collection<CamelHealthCheckEndpoint.HealthCheckResult> |
invoke() |
public static final String ENDPOINT_ID
public CamelHealthCheckEndpoint(org.apache.camel.CamelContext camelContext)
public Collection<CamelHealthCheckEndpoint.HealthCheckResult> invoke()
public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.spi.HasCamelContextApache Camel