summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-api/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-16 17:24:15 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-16 17:24:15 +0100
commit2f68e3741a0ec2317bd2b2a39e0eda00ce6ef281 (patch)
tree1031cdd3a75d8029fd9380222dee0c81aa4dec7c /vespa-feed-client-api/abi-spec.json
parent88932e068abbbcbd7b78bb4c5d75b722569fde6a (diff)
Add helper method for synchronous use of feed client
Diffstat (limited to 'vespa-feed-client-api/abi-spec.json')
-rw-r--r--vespa-feed-client-api/abi-spec.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json
index a9047365a7a..8af7798984f 100644
--- a/vespa-feed-client-api/abi-spec.json
+++ b/vespa-feed-client-api/abi-spec.json
@@ -103,6 +103,8 @@
"public abstract java.util.concurrent.CompletableFuture put(ai.vespa.feed.client.DocumentId, java.lang.String, ai.vespa.feed.client.OperationParameters)",
"public abstract java.util.concurrent.CompletableFuture update(ai.vespa.feed.client.DocumentId, java.lang.String, ai.vespa.feed.client.OperationParameters)",
"public abstract java.util.concurrent.CompletableFuture remove(ai.vespa.feed.client.DocumentId, ai.vespa.feed.client.OperationParameters)",
+ "public static java.util.List await(java.util.List)",
+ "public static varargs java.util.List await(java.util.concurrent.CompletableFuture[])",
"public abstract ai.vespa.feed.client.OperationStats stats()",
"public abstract ai.vespa.feed.client.FeedClient$CircuitBreaker$State circuitBreakerState()",
"public abstract void close(boolean)",
@@ -221,6 +223,19 @@
],
"fields": []
},
+ "ai.vespa.feed.client.MultiFeedException": {
+ "superClass": "java.lang.RuntimeException",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(java.util.Collection)",
+ "public java.util.Collection feedExceptions()",
+ "public java.util.Set documentIds()"
+ ],
+ "fields": []
+ },
"ai.vespa.feed.client.OperationParameters": {
"superClass": "java.lang.Object",
"interfaces": [],