Class InfluxDb2ComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.influxdb2.springboot.InfluxDb2ComponentConfiguration

@ConfigurationProperties(prefix="camel.component.influxdb2") public class InfluxDb2ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Interact with InfluxDB v2, a time series database. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • InfluxDb2ComponentConfiguration

      public InfluxDb2ComponentConfiguration()
  • Method Details

    • getInfluxDBClient

      public com.influxdb.client.InfluxDBClient getInfluxDBClient()
    • setInfluxDBClient

      public void setInfluxDBClient(com.influxdb.client.InfluxDBClient influxDBClient)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)