Class InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder
Enclosing interface:
InfluxDbEndpointBuilderFactory

public static class InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder extends Object
The builder of headers' name for the InfluxDB component.
  • Constructor Details

    • InfluxDbHeaderNameBuilder

      public InfluxDbHeaderNameBuilder()
  • Method Details

    • influxdbRetentionpolicy

      public String influxdbRetentionpolicy()
      The string that defines the retention policy to the data created by the endpoint. The option is a: String type. Group: producer
      Returns:
      the name of the header InfluxDB.RetentionPolicy.
    • influxdbDatabasename

      public String influxdbDatabasename()
      The name of the database where the time series will be stored. The option is a: String type. Group: producer
      Returns:
      the name of the header InfluxDB.databaseName.
    • influxdbQuery

      public String influxdbQuery()
      Define the query in case of operation query. The option is a: String type. Group: producer
      Returns:
      the name of the header InfluxDB.query.