Class ThrottlingConfiguration

java.lang.Object
com.adobe.acs.commons.throttling.ThrottlingConfiguration

public class ThrottlingConfiguration extends Object
  • Field Details

    • maxRequests

      protected int maxRequests
    • startThrottlingPercentage

      protected int startThrottlingPercentage
  • Constructor Details

    • ThrottlingConfiguration

      public ThrottlingConfiguration(int maxRequests, int startThrottlingPercentage)