Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpCodeStatusMapper
Simple
HttpCodeStatusMapper backed by map of status
code to HTTP status code. |
Modifier and Type | Field and Description |
---|---|
static HttpCodeStatusMapper |
HttpCodeStatusMapper.DEFAULT
A
HttpCodeStatusMapper instance using default mappings. |
Modifier and Type | Method and Description |
---|---|
HttpCodeStatusMapper |
HealthEndpointGroup.getHttpCodeStatusMapper()
Returns the
HttpCodeStatusMapper that should be used for this group. |