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