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.
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 TypeMethodDescriptionvoid
customize
(org.influxdb.InfluxDB influxDb) Customize theInfluxDB
.
-
Method Details
-
customize
void customize(org.influxdb.InfluxDB influxDb) Customize theInfluxDB
.- Parameters:
influxDb
- the InfluxDB instance to customize
-