Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.jmx |
Actuator JMX endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
Class and Description |
---|
EndpointObjectNameFactory
A factory to create an
ObjectName for an EndpointMBean . |
ExposableJmxEndpoint
Information describing an endpoint that can be exposed over JMX.
|
JmxEndpointExporter
Exports
JMX endpoints to a MBeanServer . |
JmxEndpointsSupplier |
Class and Description |
---|
EndpointObjectNameFactory
A factory to create an
ObjectName for an EndpointMBean . |
ExposableJmxEndpoint
Information describing an endpoint that can be exposed over JMX.
|
JmxOperationParameter
Describes the parameters of an operation on a JMX endpoint.
|
JmxOperationResponseMapper
Maps an operation's response to a JMX-friendly form.
|
Class and Description |
---|
ExposableJmxEndpoint
Information describing an endpoint that can be exposed over JMX.
|
JmxEndpointsSupplier |
JmxOperation
An operation on a JMX endpoint.
|