Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.Endpoint
Packages that use 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 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
Classes in org.springframework.boot.actuate.audit with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.autoconfigure.condition
Classes in org.springframework.boot.actuate.autoconfigure.condition with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.beans
Classes in org.springframework.boot.actuate.beans with annotations of type EndpointModifier and TypeClassDescriptionclass
@Endpoint
to expose details of an application's beans, grouped by application context. -
Uses of Endpoint in org.springframework.boot.actuate.cache
Classes in org.springframework.boot.actuate.cache with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.context
Classes in org.springframework.boot.actuate.context with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.context.properties
Classes in org.springframework.boot.actuate.context.properties with annotations of type EndpointModifier and TypeClassDescriptionclass
@Endpoint
to expose application properties from@ConfigurationProperties
annotated beans. -
Uses of Endpoint in org.springframework.boot.actuate.endpoint.jmx.annotation
Classes in org.springframework.boot.actuate.endpoint.jmx.annotation with annotations of type EndpointModifier 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
Classes in org.springframework.boot.actuate.endpoint.web.annotation with annotations of type EndpointModifier and TypeClassDescription@interface
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.@interface
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.@interface
Identifies a type as being an endpoint that supplies a servlet to expose.@interface
Identifies a type as being an endpoint that is only exposed over HTTP. -
Uses of Endpoint in org.springframework.boot.actuate.env
Classes in org.springframework.boot.actuate.env with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.flyway
Classes in org.springframework.boot.actuate.flyway with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.info
Classes in org.springframework.boot.actuate.info with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.integration
Classes in org.springframework.boot.actuate.integration with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.liquibase
Classes in org.springframework.boot.actuate.liquibase with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.logging
Classes in org.springframework.boot.actuate.logging with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.management
Classes in org.springframework.boot.actuate.management with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.metrics
Classes in org.springframework.boot.actuate.metrics with annotations of type EndpointModifier and TypeClassDescriptionclass
An@Endpoint
for exposing the metrics held by aMeterRegistry
. -
Uses of Endpoint in org.springframework.boot.actuate.quartz
Classes in org.springframework.boot.actuate.quartz with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.scheduling
Classes in org.springframework.boot.actuate.scheduling with annotations of type EndpointModifier and TypeClassDescriptionclass
@Endpoint
to expose information about an application's scheduled tasks. -
Uses of Endpoint in org.springframework.boot.actuate.session
Classes in org.springframework.boot.actuate.session with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.startup
Classes in org.springframework.boot.actuate.startup with annotations of type EndpointModifier and TypeClassDescriptionclass
@Endpoint
to expose the timeline of theapplication startup
. -
Uses of Endpoint in org.springframework.boot.actuate.web.exchanges
Classes in org.springframework.boot.actuate.web.exchanges with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.actuate.web.mappings
Classes in org.springframework.boot.actuate.web.mappings with annotations of type Endpoint