Class JmxEndpointExporter

java.lang.Object
org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
All Implemented Interfaces:
Aware, BeanClassLoaderAware, DisposableBean, InitializingBean

public class JmxEndpointExporter extends Object implements InitializingBean, DisposableBean, BeanClassLoaderAware
Since:
2.0.0
Author:
Stephane Nicoll, Phillip Webb