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