Annotation Interface EndpointCloudFoundryExtension


@Target(TYPE) @Retention(RUNTIME) @Documented @EndpointExtension(filter=org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryEndpointFilter.class) public @interface EndpointCloudFoundryExtension
Identifies a type as being a Cloud Foundry specific extension for an @Endpoint.
Since:
2.2.0
Author:
Phillip Webb, Madhura Bhave
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The class of the endpoint to provide a Cloud Foundry specific extension for.