@Configuration @ConditionalOnClass(value=org.springframework.integration.config.EnableIntegration.class) @ConditionalOnProperty(prefix="spring.jmx", name="enabled", havingValue="true", matchIfMissing=true) public class IntegrationAutoConfiguration extends Object
Auto-configuration
for Spring Integration.Modifier and Type | Class and Description |
---|---|
protected static class |
IntegrationAutoConfiguration.IntegrationConfiguration |
protected static class |
IntegrationAutoConfiguration.IntegrationJmxConfiguration |
Constructor and Description |
---|
IntegrationAutoConfiguration() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.