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 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.Classes for application info.
Actuator support for logging.
Actuator support for JVM management.
Actuator support for SBOMs.
Actuator scheduling support.
Actuator support for
ApplicationStartup.Actuator HTTP exchanges support.
Actuator web request mappings support.
Actuator endpoint for caches.
Actuator endpoint for Flyway.
Actuator endpoint for health.
Actuator endpoint for Spring Integration.
Actuator endpoint for Liquibase.
Actuator endpoint for metrics.
Actuator endpoint for Quartz Scheduler.
Actuator endpoint for Spring Session.
-
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@Endpointto expose details of an application's beans, grouped by application context. -
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@Endpointto expose application properties from@ConfigurationPropertiesannotated 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@interfaceIdentifies 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@interfaceDeprecated, for removal: This API element is subject to removal in a future version.@interfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpoint@interfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpoint@interfaceIdentifies 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.info
Classes in org.springframework.boot.actuate.info 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.sbom
Classes in org.springframework.boot.actuate.sbom 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@Endpointto expose information about an application's scheduled tasks. -
Uses of Endpoint in org.springframework.boot.actuate.startup
Classes in org.springframework.boot.actuate.startup with annotations of type EndpointModifier and TypeClassDescriptionclass@Endpointto 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 -
Uses of Endpoint in org.springframework.boot.cache.actuate.endpoint
Classes in org.springframework.boot.cache.actuate.endpoint with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.flyway.actuate.endpoint
Classes in org.springframework.boot.flyway.actuate.endpoint with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.health.actuate.endpoint
Classes in org.springframework.boot.health.actuate.endpoint with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.integration.actuate.endpoint
Classes in org.springframework.boot.integration.actuate.endpoint with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.liquibase.actuate.endpoint
Classes in org.springframework.boot.liquibase.actuate.endpoint with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.micrometer.metrics.actuate.endpoint
Classes in org.springframework.boot.micrometer.metrics.actuate.endpoint with annotations of type EndpointModifier and TypeClassDescriptionclassAn@Endpointfor exposing the metrics held by aMeterRegistry. -
Uses of Endpoint in org.springframework.boot.quartz.actuate.endpoint
Classes in org.springframework.boot.quartz.actuate.endpoint with annotations of type Endpoint -
Uses of Endpoint in org.springframework.boot.session.actuate.endpoint
Classes in org.springframework.boot.session.actuate.endpoint with annotations of type Endpoint
@Endpointand@WebEndpoint