Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.Endpoint
Package
Description
Core actuator auditing classes.
Auto-configuration for actuator condition concerns.
Actuator support relating to Spring Beans.
Actuator support for caches.
Actuator support relating to Spring Context.
Actuator support relating to external configuration properties.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
Actuator support for Spring Framework's
Environment
.Actuator support for Flyway.
Actuator health indicator and endpoints.
Classes for application info.
Actuator support for Spring Integration.
Actuator support for Liquibase.
Actuator support for logging.
Actuator support for JVM management.
Core actuator support for metrics.
Actuator support for Quartz Scheduler.
Actuator support for SBOMs.
Actuator scheduling support.
Actuator support for Spring Session.
Actuator support for
ApplicationStartup
.Actuator HTTP exchanges support.
Actuator web request mappings support.
-
Uses of Endpoint in org.springframework.boot.actuate.audit
-
Uses of Endpoint in org.springframework.boot.actuate.autoconfigure.condition
-
Uses of Endpoint in org.springframework.boot.actuate.beans
Modifier and TypeClassDescriptionclass
@Endpoint
to expose details of an application's beans, grouped by application context. -
Uses of Endpoint in org.springframework.boot.actuate.cache
-
Uses of Endpoint in org.springframework.boot.actuate.context
-
Uses of Endpoint in org.springframework.boot.actuate.context.properties
Modifier and TypeClassDescriptionclass
@Endpoint
to expose application properties from@ConfigurationProperties
annotated beans. -
Uses of Endpoint in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeClassDescription@interface
Identifies a type as being an endpoint that is only exposed over JMX. -
Uses of Endpoint in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeClassDescription@interface
Deprecated, for removal: This API element is subject to removal in a future version.@interface
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
@interface
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
@interface
Identifies a type as being an endpoint that is only exposed over HTTP. -
Uses of Endpoint in org.springframework.boot.actuate.env
-
Uses of Endpoint in org.springframework.boot.actuate.flyway
-
Uses of Endpoint in org.springframework.boot.actuate.health
-
Uses of Endpoint in org.springframework.boot.actuate.info
-
Uses of Endpoint in org.springframework.boot.actuate.integration
-
Uses of Endpoint in org.springframework.boot.actuate.liquibase
-
Uses of Endpoint in org.springframework.boot.actuate.logging
-
Uses of Endpoint in org.springframework.boot.actuate.management
-
Uses of Endpoint in org.springframework.boot.actuate.metrics
Modifier and TypeClassDescriptionclass
An@Endpoint
for exposing the metrics held by aMeterRegistry
. -
Uses of Endpoint in org.springframework.boot.actuate.quartz
-
Uses of Endpoint in org.springframework.boot.actuate.sbom
-
Uses of Endpoint in org.springframework.boot.actuate.scheduling
Modifier and TypeClassDescriptionclass
@Endpoint
to expose information about an application's scheduled tasks. -
Uses of Endpoint in org.springframework.boot.actuate.session
-
Uses of Endpoint in org.springframework.boot.actuate.startup
Modifier and TypeClassDescriptionclass
@Endpoint
to expose the timeline of theapplication startup
. -
Uses of Endpoint in org.springframework.boot.actuate.web.exchanges
-
Uses of Endpoint in org.springframework.boot.actuate.web.mappings
@Endpoint
and@WebEndpoint