Interface InfluxDbOkHttpClientBuilderProvider

All Superinterfaces:
Supplier<okhttp3.OkHttpClient.Builder>
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 InfluxDbOkHttpClientBuilderProvider extends Supplier<okhttp3.OkHttpClient.Builder>
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.
Provide the OkHttpClient.Builder to use to customize the auto-configured InfluxDB instance.
Since:
2.1.0
Author:
Stephane Nicoll
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get