Class MicrometerComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.micrometer.springboot.MicrometerComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.micrometer") public class MicrometerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Collect various metrics directly from Camel routes using the Micrometer library. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description MicrometerComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
Boolean
getLazyStartProducer()
io.micrometer.core.instrument.MeterRegistry
getMetricsRegistry()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setLazyStartProducer(Boolean lazyStartProducer)
void
setMetricsRegistry(io.micrometer.core.instrument.MeterRegistry metricsRegistry)
-
-
-
Method Detail
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getMetricsRegistry
public io.micrometer.core.instrument.MeterRegistry getMetricsRegistry()
-
setMetricsRegistry
public void setMetricsRegistry(io.micrometer.core.instrument.MeterRegistry metricsRegistry)
-
-