public static class CamelHealthCheckEndpoint.HealthCheckResult extends Object
Modifier and Type | Field and Description |
---|---|
protected CamelHealthCheckEndpoint.Check |
check |
protected org.apache.camel.health.HealthCheck.Result |
result |
Constructor and Description |
---|
HealthCheckResult(org.apache.camel.health.HealthCheck.Result result,
CamelHealthCheckEndpoint.Check check) |
Modifier and Type | Method and Description |
---|---|
CamelHealthCheckEndpoint.Check |
getCheck() |
String |
getMessage() |
String |
getStatus() |
protected final org.apache.camel.health.HealthCheck.Result result
protected final CamelHealthCheckEndpoint.Check check
public HealthCheckResult(org.apache.camel.health.HealthCheck.Result result, CamelHealthCheckEndpoint.Check check)
public String getStatus()
public String getMessage()
public CamelHealthCheckEndpoint.Check getCheck()
Apache Camel