Class MicrometerMetricsCaptorImportSelector

java.lang.Object
org.springframework.integration.support.management.micrometer.MicrometerMetricsCaptorImportSelector
All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector

public class MicrometerMetricsCaptorImportSelector
extends java.lang.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 
    Constructor Description
    MicrometerMetricsCaptorImportSelector()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String[] selectImports​(org.springframework.core.type.AnnotationMetadata importingClassMetadata)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.annotation.ImportSelector

    getExclusionFilter
  • Constructor Details

  • Method Details

    • selectImports

      public java.lang.String[] selectImports​(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
      Specified by:
      selectImports in interface org.springframework.context.annotation.ImportSelector