public static interface InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder extends ComponentBuilder<org.apache.camel.component.influxdb.InfluxDbComponent>
| Modifier and Type | Method and Description |
|---|---|
default InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel