From 95494e40aaf1bfbccca89c0b45b7dfbc7f1b8387 Mon Sep 17 00:00:00 2001 From: Morten Tokle Date: Tue, 4 Jan 2022 14:45:59 +0100 Subject: Update abi-spec --- vespa-feed-client-api/abi-spec.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json index 8af7798984f..16e532a2c9a 100644 --- a/vespa-feed-client-api/abi-spec.json +++ b/vespa-feed-client-api/abi-spec.json @@ -123,6 +123,7 @@ "methods": [ "public static ai.vespa.feed.client.FeedClientBuilder create(java.net.URI)", "public static ai.vespa.feed.client.FeedClientBuilder create(java.util.List)", + "public static void setFeedClientBuilderSupplier(java.util.function.Supplier)", "public abstract ai.vespa.feed.client.FeedClientBuilder setConnectionsPerEndpoint(int)", "public abstract ai.vespa.feed.client.FeedClientBuilder setMaxStreamPerConnection(int)", "public abstract ai.vespa.feed.client.FeedClientBuilder setSslContext(javax.net.ssl.SSLContext)", -- cgit v1.2.3