クラス IntegrationManagementConfiguration

java.lang.ObjectSE
org.springframework.integration.config.IntegrationManagementConfiguration
実装されたすべてのインターフェース:
AwareImportAwareEnvironmentAware

@Configuration(proxyBeanMethods=false) @Role(2) public class IntegrationManagementConfiguration extends ObjectSE implements ImportAware, EnvironmentAware
IntegrationManagementConfigurer Bean を登録する @Configuration クラス。

この構成クラスは、EnableIntegrationManagement アノテーションを使用すると自動的にインポートされます。使用箇所の詳細については、javadoc を参照してください。

導入:
4.2
作成者:
Artem Bilan, Gary Russell