| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
ComponentsBuilderFactory.influxdb()
InfluxDB (camel-influxdb)
Interact with InfluxDB, a time series database.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InfluxdbComponentBuilderFactory.InfluxdbComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
InfluxdbComponentBuilderFactory.influxdb()
InfluxDB (camel-influxdb)
Interact with InfluxDB, a time series database.
|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder.influxDB(org.influxdb.InfluxDB influxDB)
The shared Influx DB to use for all endpoints.
|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel