aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-11 12:13:05 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-04-11 12:13:05 +0200
commitf076d99ebbc72e7c6fd90bee9c2a6941fd6254ad (patch)
treeb73af608355200c1a3b8d83fb55d8d7fe66529ac /messagebus/abi-spec.json
parente5b9d3a634e2d8a1ecf783ff69c129e48732afad (diff)
- Allow control of throttlepolicy per session.
- Move tests to same namespace as code to avoid polluting the public interface. - Expose the throttlepolicy from SourceSession to avoid double bookeeping.
Diffstat (limited to 'messagebus/abi-spec.json')
-rw-r--r--messagebus/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/messagebus/abi-spec.json b/messagebus/abi-spec.json
index 039f22c7525..83bab8e4734 100644
--- a/messagebus/abi-spec.json
+++ b/messagebus/abi-spec.json
@@ -827,7 +827,8 @@
"public com.yahoo.messagebus.Result send(com.yahoo.messagebus.Message, java.lang.String, boolean)",
"public com.yahoo.messagebus.ReplyHandler getReplyHandler()",
"public int getPendingCount()",
- "public com.yahoo.messagebus.SourceSession setTimeout(double)"
+ "public com.yahoo.messagebus.SourceSession setTimeout(double)",
+ "public com.yahoo.messagebus.ThrottlePolicy getThrottlePolicy()"
],
"fields": []
},