Class InfluxDbFeatures

java.lang.Object
io.vertigo.core.node.config.Features<InfluxDbFeatures>
io.vertigo.connectors.influxdb.InfluxDbFeatures
All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>

public final class InfluxDbFeatures extends io.vertigo.core.node.config.Features<InfluxDbFeatures>
Defines the influxdb connector module.
Author:
mlaroche
  • Constructor Details

    • InfluxDbFeatures

      public InfluxDbFeatures()
      Constructor.
  • Method Details

    • withInfluxDb

      public InfluxDbFeatures withInfluxDb(io.vertigo.core.param.Param... params)
    • buildFeatures

      protected void buildFeatures()
      Specified by:
      buildFeatures in class io.vertigo.core.node.config.Features<InfluxDbFeatures>