Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.jmx |
Actuator JMX endpoint support.
|
Modifier and Type | Class and Description |
---|---|
class |
DataEndpointMBean
Simple wrapper around
Endpoint implementations that provide actuator data of
some sort. |
class |
LoggersEndpointMBean
Adapter to expose
LoggersEndpoint as an MvcEndpoint . |
class |
ShutdownEndpointMBean
Special endpoint wrapper for
ShutdownEndpoint . |
Modifier and Type | Method and Description |
---|---|
protected EndpointMBean |
EndpointMBeanExporter.getEndpointMBean(String beanName,
Endpoint<?> endpoint)
Deprecated.
as of 1.5 in favor of
EndpointMBeanExporter.adaptEndpoint(String, Endpoint) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.