| 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.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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