批注接口的使用
org.springframework.boot.actuate.endpoint.annotation.Endpoint
使用Endpoint的程序包
程序包
说明
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.
-
org.springframework.boot.actuate.audit中Endpoint的使用
-
org.springframework.boot.actuate.autoconfigure.condition中Endpoint的使用
-
org.springframework.boot.actuate.beans中Endpoint的使用
修饰符和类型类说明class
@Endpoint
to expose details of an application's beans, grouped by application context. -
org.springframework.boot.actuate.cache中Endpoint的使用
-
org.springframework.boot.actuate.context中Endpoint的使用
-
org.springframework.boot.actuate.context.properties中Endpoint的使用
修饰符和类型类说明class
@Endpoint
to expose application properties from@ConfigurationProperties
annotated beans. -
org.springframework.boot.actuate.endpoint.jmx.annotation中Endpoint的使用
修饰符和类型类说明@interface
Identifies a type as being an endpoint that is only exposed over JMX. -
org.springframework.boot.actuate.endpoint.web.annotation中Endpoint的使用
修饰符和类型类说明@interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。@interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of@Endpoint
and@WebEndpoint
@interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of@Endpoint
and@WebEndpoint
@interface
Identifies a type as being an endpoint that is only exposed over HTTP. -
org.springframework.boot.actuate.env中Endpoint的使用
-
org.springframework.boot.actuate.flyway中Endpoint的使用
-
org.springframework.boot.actuate.health中Endpoint的使用
-
org.springframework.boot.actuate.info中Endpoint的使用
-
org.springframework.boot.actuate.integration中Endpoint的使用
-
org.springframework.boot.actuate.liquibase中Endpoint的使用
-
org.springframework.boot.actuate.logging中Endpoint的使用
-
org.springframework.boot.actuate.management中Endpoint的使用
-
org.springframework.boot.actuate.metrics中Endpoint的使用
-
org.springframework.boot.actuate.quartz中Endpoint的使用
-
org.springframework.boot.actuate.sbom中Endpoint的使用
-
org.springframework.boot.actuate.scheduling中Endpoint的使用
-
org.springframework.boot.actuate.session中Endpoint的使用
-
org.springframework.boot.actuate.startup中Endpoint的使用
-
org.springframework.boot.actuate.web.exchanges中Endpoint的使用
-
org.springframework.boot.actuate.web.mappings中Endpoint的使用
@Endpoint
and@WebEndpoint