Class MicrometerMetricsCaptorImportSelector
java.lang.Object
org.springframework.integration.support.management.micrometer.MicrometerMetricsCaptorImportSelector
- All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector
public class MicrometerMetricsCaptorImportSelector
extends Object
implements org.springframework.context.annotation.ImportSelector
An
ImportSelector to conditionally add a MicrometerMetricsCaptorConfiguration
bean when io.micrometer.core.instrument.MeterRegistry is present in classpath.- Since:
- 5.5.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
MicrometerMetricsCaptorImportSelector
public MicrometerMetricsCaptorImportSelector()
-
-
Method Details
-
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) - Specified by:
selectImportsin interfaceorg.springframework.context.annotation.ImportSelector
-