Class MicrometerMetricsCaptorConfiguration

java.lang.Object
org.springframework.integration.support.management.micrometer.MicrometerMetricsCaptorConfiguration

@Configuration(proxyBeanMethods=false)
public class MicrometerMetricsCaptorConfiguration
extends java.lang.Object
A Configuration to add a MicrometerMetricsCaptor.
Since:
5.2.9
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static boolean METER_REGISTRY_PRESENT
    A boolean flag to indicate if the io.micrometer.core.instrument.MeterRegistry class is present in the CLASSPATH to allow a MicrometerMetricsCaptor bean.
  • Constructor Summary

    Constructors 
    Constructor Description
    MicrometerMetricsCaptorConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    MicrometerMetricsCaptor micrometerMetricsCaptor​(org.springframework.beans.factory.ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistries)  

    Methods inherited from class java.lang.Object

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