Uses of Class
com.yahoo.messagebus.StaticThrottlePolicy
Packages that use StaticThrottlePolicy
-
Uses of StaticThrottlePolicy in com.yahoo.messagebus
Subclasses of StaticThrottlePolicy in com.yahoo.messagebusModifier and TypeClassDescriptionclassThis is an implementation of theThrottlePolicythat offers dynamic limits to the number of pending messages aSourceSessionis allowed to have.classThrottling policy that throttles sending based on a desired rate.Methods in com.yahoo.messagebus that return StaticThrottlePolicyModifier and TypeMethodDescriptionStaticThrottlePolicy.setMaxPendingCount(int maxCount) Sets the maximum number of pending messages allowed.StaticThrottlePolicy.setMaxPendingSize(long maxSize) Sets the maximum total size of pending messages allowed.