Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.jmx |
Actuator JMX endpoint support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJmxEndpoint
Abstract base class for
JmxEndpoint implementations without a backing
Endpoint . |
class |
AuditEventsJmxEndpoint
|
class |
DataEndpointMBean
Simple wrapper around
Endpoint implementations that provide actuator data of
some sort. |
class |
EndpointMBean
Base for adapters that convert
Endpoint implementations to JmxEndpoint . |
class |
LoggersEndpointMBean
Adapter to expose
LoggersEndpoint as an MvcEndpoint . |
class |
ShutdownEndpointMBean
Special endpoint wrapper for
ShutdownEndpoint . |
Modifier and Type | Method and Description |
---|---|
protected JmxEndpoint |
EndpointMBeanExporter.adaptEndpoint(String beanName,
Endpoint<?> endpoint)
Adapt the given
Endpoint to a JmxEndpoint . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.