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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.influxdb.client.InfluxDBClientvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetInfluxDBClient(com.influxdb.client.InfluxDBClient influxDBClient) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
InfluxDb2ComponentConfiguration
public InfluxDb2ComponentConfiguration()
-
-
Method Details
-
getInfluxDBClient
public com.influxdb.client.InfluxDBClient getInfluxDBClient() -
setInfluxDBClient
public void setInfluxDBClient(com.influxdb.client.InfluxDBClient influxDBClient) -
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-