@Configuration @EnableConfigurationProperties(value=EndpointMBeanExportProperties.class) public class EndpointMBeanExportAutoConfiguration extends Object
Auto-configuration to enable JMX export for
Endpoints.| Constructor and Description |
|---|
EndpointMBeanExportAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EndpointMBeanExporter |
endpointMBeanExporter(MBeanServer server) |
MBeanServer |
mbeanServer() |
public EndpointMBeanExportAutoConfiguration()
@Bean public EndpointMBeanExporter endpointMBeanExporter(MBeanServer server)
@Bean @ConditionalOnMissingBean(value=javax.management.MBeanServer.class) public MBeanServer mbeanServer()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.