Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
Modifier and Type | Method and Description |
---|---|
Map<String,JmxEndpointOperation> |
EndpointMBeanInfo.getOperations() |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointMBean> |
JmxEndpointMBeanFactory.createMBeans(Collection<EndpointInfo<JmxEndpointOperation>> endpoints)
Creates MBeans for the given
endpoints . |
Constructor and Description |
---|
EndpointMBeanInfo(String endpointId,
MBeanInfo mBeanInfo,
Map<String,JmxEndpointOperation> operations) |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<JmxEndpointOperation>> |
JmxAnnotationEndpointDiscoverer.discoverEndpoints() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.