Uses of Interface
org.apache.camel.builder.component.dsl.InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder
Packages that use InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder
-
Uses of InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return InfluxdbComponentBuilderFactory.InfluxdbComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.influxdb()InfluxDB (camel-influxdb) Interact with InfluxDB v1, a time series database. -
Uses of InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement InfluxdbComponentBuilderFactory.InfluxdbComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return InfluxdbComponentBuilderFactory.InfluxdbComponentBuilderModifier and TypeMethodDescriptionInfluxdbComponentBuilderFactory.InfluxdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.InfluxdbComponentBuilderFactory.influxdb()InfluxDB (camel-influxdb) Interact with InfluxDB v1, a time series database.InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder.influxDB(org.influxdb.InfluxDB influxDB) The shared Influx DB to use for all endpoints.InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).