@Configuration @EnableConfigurationProperties(value=EndpointMBeanExportProperties.class) public class EndpointMBeanExportAutoConfiguration extends Object
Auto-configuration
to enable JMX export for
Endpoint
s.Constructor and Description |
---|
EndpointMBeanExportAutoConfiguration(EndpointMBeanExportProperties properties,
ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider) |
Modifier and Type | Method and Description |
---|---|
EndpointMBeanExporter |
endpointMBeanExporter(MBeanServer server) |
MBeanServer |
mbeanServer() |
public EndpointMBeanExportAutoConfiguration(EndpointMBeanExportProperties properties, ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider)
@Bean public EndpointMBeanExporter endpointMBeanExporter(MBeanServer server)
@Bean @ConditionalOnMissingBean(value=javax.management.MBeanServer.class) public MBeanServer mbeanServer()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.