aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-04-12 15:46:04 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-04-12 15:46:04 +0200
commit751002293a4bb389c7db69a3af28b467c0f55478 (patch)
treeae2ef16f431495de3a577a1a7806dc98ca437d60 /messagebus/abi-spec.json
parenta9e3a26a04f795c20b4ed6ca3f8731b3fbcbe73f (diff)
A collection of code cleanup in messagebus. And a bonus of catching missing shutdown of config subscription.
Diffstat (limited to 'messagebus/abi-spec.json')
-rw-r--r--messagebus/abi-spec.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/abi-spec.json b/messagebus/abi-spec.json
index e8e752127b1..876bf4a6960 100644
--- a/messagebus/abi-spec.json
+++ b/messagebus/abi-spec.json
@@ -114,7 +114,7 @@
"public void <init>(com.yahoo.concurrent.Timer)",
"public double getWindowSizeIncrement()",
"public double getWindowSizeBackOff()",
- "public void setMaxThroughput(double)",
+ "public com.yahoo.messagebus.DynamicThrottlePolicy setMaxThroughput(double)",
"public boolean canSend(com.yahoo.messagebus.Message, int)",
"public void processMessage(com.yahoo.messagebus.Message)",
"public void processReply(com.yahoo.messagebus.Reply)",