Class CloudFoundryHealthEndpointWebExtension

java.lang.Object
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension

@EndpointCloudFoundryExtension(endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class) public class CloudFoundryHealthEndpointWebExtension extends Object
@EndpointExtension for the HealthEndpoint that always exposes full health details.
Since:
2.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    CloudFoundryHealthEndpointWebExtension(org.springframework.boot.actuate.health.HealthEndpointWebExtension delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent>
    health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion)
     
    org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent>
    health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion, String... path)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CloudFoundryHealthEndpointWebExtension

      public CloudFoundryHealthEndpointWebExtension(org.springframework.boot.actuate.health.HealthEndpointWebExtension delegate)
  • Method Details

    • health

      @ReadOperation public org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent> health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion)
    • health

      @ReadOperation public org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<org.springframework.boot.actuate.health.HealthComponent> health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion, @Selector(match=ALL_REMAINING) String... path)