| Package | Description |
|---|---|
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static ShowDetails |
ShowDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowDetails[] |
ShowDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(SecurityContext securityContext,
ShowDetails showDetails) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext,
ShowDetails showDetails) |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext,
ShowDetails showDetails)
Maps the given
health to a WebEndpointResponse, honouring the given
showDetails using the given securityContext. |
| Constructor and Description |
|---|
HealthWebEndpointResponseMapper(HealthStatusHttpMapper statusHttpMapper,
ShowDetails showDetails,
Set<String> authorizedRoles) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.