@EndpointCloudFoundryExtension(endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class) public class CloudFoundryHealthEndpointWebExtension extends java.lang.Object
@EndpointExtension for the HealthEndpoint that always
exposes full health details.| Constructor and Description |
|---|
CloudFoundryHealthEndpointWebExtension(org.springframework.boot.actuate.health.HealthEndpointWebExtension delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent> |
health(org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion) |
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent> |
health(org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion,
java.lang.String... path) |
public CloudFoundryHealthEndpointWebExtension(org.springframework.boot.actuate.health.HealthEndpointWebExtension delegate)
@ReadOperation public org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent> health(org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion)
@ReadOperation
public org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent> health(org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion,
@Selector(match=ALL_REMAINING)
java.lang.String... path)