Interface InfluxDB2OkHttpClientBuilderProvider

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 public interface InfluxDB2OkHttpClientBuilderProvider extends Supplier<okhttp3.OkHttpClient.Builder>
Provide the OkHttpClient.Builder to use to customize the auto-configured InfluxDBClient instance.
Author:
Jakub Bednar (bednar@github) (06/05/2019 13:11)
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get