Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
-
Uses of EndpointExtension in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Modifier and TypeClassDescription@interface
Identifies a type as being a Cloud Foundry specific extension for an@Endpoint
. -
Uses of EndpointExtension in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeClassDescription@interface
Identifies a type as being a JMX-specific extension of an@Endpoint
. -
Uses of EndpointExtension in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeClassDescription@interface
Identifies a type as being a Web-specific extension of an@Endpoint
.