Uses of Package
org.springframework.boot.actuate.endpoint.annotation
Packages that use org.springframework.boot.actuate.endpoint.annotation
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 endpoints.
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.
Auto-configuration for Cloud Foundry endpoints.
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Actuator endpoint for Flyway.
Actuator endpoint for health.
Actuator endpoint for Spring Integration.
Actuator endpoint for Liquibase.
Actuator endpoint for metrics.
Support for exporting actuator metrics to Prometheus.
Actuator endpoint for Quartz Scheduler.
Actuator endpoint for Spring Session.
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.auditClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.autoconfigure.conditionClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.beansClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.contextClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a write operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.context.propertiesClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.endpoint.annotationClassDescriptionAn
endpointdiscovered by anEndpointDiscoverer.AnOperationMethoddiscovered by anEndpointDiscoverer.A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.A key generated for anOperationbased on specific criteria from the actual operation implementation.Match types that can be used with the@Selector. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.endpoint.jmx.annotationClassDescriptionAn
OperationMethoddiscovered by anEndpointDiscoverer.Identifies a type as being an actuator endpoint that provides information about the running application.A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.A key generated for anOperationbased on specific criteria from the actual operation implementation.Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.Annotation that can be used on an@Endpointto implement implicit filtering. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.endpoint.web.annotationClassDescriptionAn
OperationMethoddiscovered by anEndpointDiscoverer.Identifies a type as being an actuator endpoint that provides information about the running application.A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.A key generated for anOperationbased on specific criteria from the actual operation implementation.Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.Annotation that can be used on an@Endpointto implement implicit filtering. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.envClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.infoClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.loggingClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data.Identifies a method on an@Endpointas being a write operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.managementClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.sbomClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.schedulingClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.startup
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.web.exchangesClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.actuate.web.mappingsClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.cache.actuate.endpointClassDescriptionIdentifies a method on an
@Endpointas being a delete operation.Identifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpointClassDescriptionA Base for
EndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.flyway.actuate.endpointClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.health.actuate.endpointClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.integration.actuate.endpoint
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.liquibase.actuate.endpointClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.micrometer.metrics.actuate.endpointClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data. -
-
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.quartz.actuate.endpointClassDescriptionIdentifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an
@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data.Identifies a method on an@Endpointas being a write operation. -
Classes in org.springframework.boot.actuate.endpoint.annotation used by org.springframework.boot.session.actuate.endpointClassDescriptionIdentifies a method on an
@Endpointas being a delete operation.Identifies a type as being an actuator endpoint that provides information about the running application.Identifies a method on an@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data.