Package org.springframework.boot.actuate.endpoint.jmx
package org.springframework.boot.actuate.endpoint.jmx
JMX support for actuator endpoints.
-
ClassDescriptionAdapter to expose a
JMX endpoint
as aDynamicMBean
.A factory to create anObjectName
for anEndpointMBean
.Information describing an endpoint that can be exposed over JMX.JmxOperationResponseMapper
that delegates to a JacksonObjectMapper
to return a JSON response.ExportsJMX endpoints
to aMBeanServer
.An operation on a JMX endpoint.Describes the parameters of an operation on a JMX endpoint.Maps an operation's response to a JMX-friendly form.