See: Description
| Interface | Description |
|---|---|
| EndpointObjectNameFactory |
A factory to create an
ObjectName for an EndpointMBean. |
| ExposableJmxEndpoint |
Information describing an endpoint that can be exposed over JMX.
|
| JmxEndpointsSupplier | |
| JmxOperation |
An operation on a JMX endpoint.
|
| JmxOperationParameter |
Describes the parameters of an operation on a JMX endpoint.
|
| JmxOperationResponseMapper |
Maps an operation's response to a JMX-friendly form.
|
| Class | Description |
|---|---|
| EndpointMBean |
Adapter to expose a
JMX endpoint as a
DynamicMBean. |
| JacksonJmxOperationResponseMapper |
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to
return a JSON response. |
| JmxEndpointExporter |
Exports
JMX endpoints to a MBeanServer. |