summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/abi-spec.json
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-21 10:28:11 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-21 10:28:11 +0200
commite9adb4415c46134864c392ef05ee2fd0a4f7062c (patch)
treec89ba025c0bc470f323f5c1001f336320f04a86b /vespa-feed-client/abi-spec.json
parentcae18255a54eadc1d7949dd3564a8cc9a6056c75 (diff)
Update abi spec, and simplify
Diffstat (limited to 'vespa-feed-client/abi-spec.json')
-rw-r--r--vespa-feed-client/abi-spec.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json
index b4355cb0970..70cb4c3f09f 100644
--- a/vespa-feed-client/abi-spec.json
+++ b/vespa-feed-client/abi-spec.json
@@ -37,6 +37,21 @@
],
"fields": []
},
+ "ai.vespa.feed.client.DynamicThrottler": {
+ "superClass": "ai.vespa.feed.client.StaticThrottler",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(ai.vespa.feed.client.FeedClientBuilder)",
+ "public void sent(long, java.util.concurrent.CompletableFuture)",
+ "public void success()",
+ "public void throttled(long)",
+ "public long targetInflight()"
+ ],
+ "fields": []
+ },
"ai.vespa.feed.client.FeedClient$CircuitBreaker$State": {
"superClass": "java.lang.Enum",
"interfaces": [],