public static interface InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder extends ComponentBuilder<org.apache.camel.component.influxdb.InfluxDbComponent>
| Modifier and Type | Method and Description |
|---|---|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
influxDB(org.influxdb.InfluxDB influxDB)
The shared Influx DB to use for all endpoints.
|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder influxDB(org.influxdb.InfluxDB influxDB)
org.influxdb.InfluxDB type.
Group: producerdefault InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel