Class InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder

  • Enclosing interface:
    InfluxDbEndpointBuilderFactory

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

      • InfluxDbHeaderNameBuilder

        public InfluxDbHeaderNameBuilder()
    • Method Detail

      • 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.