程序包的使用
org.springframework.boot.actuate.endpoint.jmx
程序包
说明
Actuator JMX endpoint auto-configuration.
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
-
org.springframework.boot.actuate.autoconfigure.endpoint.jmx使用的org.springframework.boot.actuate.endpoint.jmx中的类类说明A factory to create an
ObjectName
for anEndpointMBean
.Information describing an endpoint that can be exposed over JMX.ExportsJMX endpoints
to aMBeanServer
. -
类说明A factory to create an
ObjectName
for anEndpointMBean
.Information describing an endpoint that can be exposed over JMX.Describes the parameters of an operation on a JMX endpoint.Maps an operation's response to a JMX-friendly form. -
org.springframework.boot.actuate.endpoint.jmx.annotation使用的org.springframework.boot.actuate.endpoint.jmx中的类类说明Information describing an endpoint that can be exposed over JMX.An operation on a JMX endpoint.