Interface InfluxDbEndpointBuilderFactory.InfluxDbBuilders

    • Method Detail

      • influxdb

        default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder influxdb​(String path)
        InfluxDB (camel-influxdb) Interact with InfluxDB, a time series database. Category: database Since: 2.18 Maven coordinates: org.apache.camel:camel-influxdb Syntax: influxdb:connectionBean Path parameter: connectionBean (required) Connection to the influx database, of class InfluxDB.class
        Parameters:
        path - connectionBean
      • influxdb

        default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder influxdb​(String componentName,
                                                                                String path)
        InfluxDB (camel-influxdb) Interact with InfluxDB, a time series database. Category: database Since: 2.18 Maven coordinates: org.apache.camel:camel-influxdb Syntax: influxdb:connectionBean Path parameter: connectionBean (required) Connection to the influx database, of class InfluxDB.class
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - connectionBean