Interface InfluxDbCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface InfluxDbCustomizer
Callback interface that can be implemented by beans wishing to further customize InfluxDB whilst retaining default auto-configuration.
Since:
2.5.0
Author:
EddĂș MelĂ©ndez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.influxdb.InfluxDB influxDb)
    Customize the InfluxDB.
  • Method Details

    • customize

      void customize(org.influxdb.InfluxDB influxDb)
      Customize the InfluxDB.
      Parameters:
      influxDb - the InfluxDB instance to customize