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