aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-feed-client/abi-spec.json')
-rw-r--r--vespa-feed-client/abi-spec.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json
index 07d02c81291..808fe152fee 100644
--- a/vespa-feed-client/abi-spec.json
+++ b/vespa-feed-client/abi-spec.json
@@ -80,8 +80,8 @@
],
"methods": [
"public void success()",
- "public void failure()",
- "public void failure(java.lang.String)",
+ "public void failure(ai.vespa.feed.client.HttpResponse)",
+ "public void failure(java.lang.Throwable)",
"public abstract ai.vespa.feed.client.FeedClient$CircuitBreaker$State state()"
],
"fields": [
@@ -197,7 +197,8 @@
"methods": [
"public void <init>(java.time.Duration, java.time.Duration)",
"public void success()",
- "public void failure(java.lang.String)",
+ "public void failure(ai.vespa.feed.client.HttpResponse)",
+ "public void failure(java.lang.Throwable)",
"public ai.vespa.feed.client.FeedClient$CircuitBreaker$State state()"
],
"fields": []