クラス IntegrationManagementConfiguration
java.lang.ObjectSE
org.springframework.integration.config.IntegrationManagementConfiguration
- 実装されているすべてのインターフェース:
Aware、ImportAware、EnvironmentAware
@Configuration(proxyBeanMethods=false) public class IntegrationManagementConfiguration extends ObjectSE implements ImportAware, EnvironmentAware
IntegrationManagementConfigurer Bean を登録する @Configuration クラス。 この構成クラスは、EnableIntegrationManagement アノテーションを使用すると自動的にインポートされます。使用箇所の詳細については、javadoc を参照してください。
- 導入:
- 4.2
- 作成者:
- Artem Bilan, Gary Russell
コンストラクターの概要
コンストラクター コンストラクター 説明 IntegrationManagementConfiguration()メソッドのサマリー
修飾子と型 メソッド 説明 IntegrationManagementConfigurermanagementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider)voidsetEnvironment(Environment environment)voidsetImportMetadata(AnnotationMetadata importMetadata)
コンストラクターの詳細
IntegrationManagementConfiguration
public IntegrationManagementConfiguration()
メソッドの詳細
setEnvironment
- 次で指定:
- インターフェース
EnvironmentAwareのsetEnvironment
setImportMetadata
- 次で指定:
- インターフェース
ImportAwareのsetImportMetadata
managementConfigurer
@Bean(name="integrationManagementConfigurer") @Role(2) public IntegrationManagementConfigurer managementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider)