注释类型 HealthEndpointCloudFoundryExtension


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @EndpointExtension(filter=org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryEndpointFilter.class,
                       endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class)
    public @interface HealthEndpointCloudFoundryExtension
    Identifies a type as being a Cloud Foundry specific extension for the HealthEndpoint.
    从以下版本开始:
    2.0.0