Class CloudFoundryHealthEndpointWebExtension
java.lang.Object
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
@EndpointCloudFoundryExtension(endpoint=HealthEndpoint.class)
public class CloudFoundryHealthEndpointWebExtension
extends Object
@EndpointExtension
for the HealthEndpoint
that always
exposes full health details.- Since:
- 2.0.0
- Author:
- Madhura Bhave
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhealth
(ApiVersion apiVersion) health
(ApiVersion apiVersion, String... path)
-
Constructor Details
-
CloudFoundryHealthEndpointWebExtension
-
-
Method Details
-
health
-
health
@ReadOperation public WebEndpointResponse<HealthComponent> health(ApiVersion apiVersion, @Selector(match=ALL_REMAINING) String... path)
-