Package com.adobe.acs.commons.throttling
Class ThrottlingConfiguration
java.lang.Object
com.adobe.acs.commons.throttling.ThrottlingConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxRequests
protected int maxRequests -
startThrottlingPercentage
protected int startThrottlingPercentage
-
-
Constructor Details
-
ThrottlingConfiguration
public ThrottlingConfiguration(int maxRequests, int startThrottlingPercentage)
-