| Package | Description |
|---|---|
| org.apache.camel.health |
Camel Health Check support
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.State |
HealthCheck.Result.getState()
The state of the service.
|
HealthCheck.State |
HealthCheckResultBuilder.state() |
static HealthCheck.State |
HealthCheck.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheck.State[] |
HealthCheck.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResultBuilder |
HealthCheckResultBuilder.state(HealthCheck.State state) |
Apache Camel