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)
influxDB - the value to setdefault InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel