@Configuration @EnableConfigurationProperties(value=EndpointMBeanExportProperties.class) public class EndpointMBeanExportAutoConfiguration extends Object
Auto-configuration
to enable JMX export for
Endpoint
s.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 © 2019 Pivotal Software, Inc.. All rights reserved.