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

      • Methods inherited from interface java.util.function.Supplier

        get