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
@Deprecated(since="3.2.0",
            forRemoval=true)
public interface InfluxDbCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the
 new client and its own
 Spring Boot integration.
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 SummaryModifier and TypeMethodDescriptionvoidcustomize(org.influxdb.InfluxDB influxDb) Deprecated, for removal: This API element is subject to removal in a future version.Customize theInfluxDB.
- 
Method Details- 
customizevoid customize(org.influxdb.InfluxDB influxDb) Deprecated, for removal: This API element is subject to removal in a future version.Customize theInfluxDB.- Parameters:
- influxDb- the InfluxDB instance to customize
 
 
-