aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-api/abi-spec.json
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-12-09 15:49:51 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-12-14 08:36:53 +0100
commitf16f20804691546bba8c234c47fb713ab9db1a18 (patch)
tree3889cb6fe5b83eb0d1ca7eaa00d69df1a545ef04 /vespa-feed-client-api/abi-spec.json
parent5a35f284c78f8f6c834013614a977f63536b5c4e (diff)
Support preferred implementation
Diffstat (limited to 'vespa-feed-client-api/abi-spec.json')
-rw-r--r--vespa-feed-client-api/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json
index cabe9afde20..a9047365a7a 100644
--- a/vespa-feed-client-api/abi-spec.json
+++ b/vespa-feed-client-api/abi-spec.json
@@ -139,7 +139,9 @@
"public abstract ai.vespa.feed.client.FeedClientBuilder setEndpointUris(java.util.List)",
"public abstract ai.vespa.feed.client.FeedClient build()"
],
- "fields": []
+ "fields": [
+ "public static final java.lang.String PREFERRED_IMPLEMENTATION_PROPERTY"
+ ]
},
"ai.vespa.feed.client.FeedException": {
"superClass": "java.lang.RuntimeException",