Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
Collection<EndpointMBean> |
JmxEndpointMBeanFactory.createMBeans(Collection<EndpointInfo<JmxOperation>> endpoints)
Creates MBeans for the given
endpoints . |
Modifier and Type | Method and Description |
---|---|
ObjectName |
EndpointObjectNameFactory.generate(EndpointMBean mBean)
Generate an
ObjectName for the specified endpoint . |
ObjectName |
EndpointMBeanRegistrar.registerEndpointMBean(EndpointMBean endpoint)
Register the specified
EndpointMBean and return its ObjectName . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.