クラス IntegrationAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.integration.autoconfigure.IntegrationAutoConfiguration
@AutoConfiguration(beforeName="org.springframework.boot.rsocket.autoconfigure.RSocketMessagingAutoConfiguration",
after={JmxAutoConfiguration.class,TaskSchedulingAutoConfiguration.class},
afterName="org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration")
@ConditionalOnClass(org.springframework.integration.config.EnableIntegration.class)
@EnableConfigurationProperties({IntegrationProperties.class,JmxProperties.class})
@Import(DefaultTaskSchedulerConfiguration.class)
public final class IntegrationAutoConfiguration
extends ObjectSE
- 導入:
- 4.0.0
- 作成者:
- Artem Bilan, Dave Syer, Stephane Nicoll, Vedran Pavic, Madhura Bhave, Yong-Hyun Kim, Yanming Zhou
ネストされたクラスの概要
ネストされたクラス修飾子と型クラス説明protected static class統合コンポーネントのスキャン構成。protected static class基本的な Spring Integration 構成。protected static class統合 JDBC 構成。protected static classSpring Integration JMX 構成。protected static class統合管理構成。protected static class統合 RSocket 構成。コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
IntegrationAutoConfiguration
public IntegrationAutoConfiguration()