Class ThrottleUtil

java.lang.Object
org.apache.synapse.commons.throttle.core.ThrottleUtil

public class ThrottleUtil extends Object
  • Field Details

  • Constructor Details

    • ThrottleUtil

      public ThrottleUtil()
  • Method Details

    • loadThrottlePropertiesFromConfigurations

      public static ThrottleProperties loadThrottlePropertiesFromConfigurations()
      This method used to set throttle properties loaded from throttle.properties file in configuration folder
      Returns:
      properties of throttle properties
    • getThrottleCache

      public static javax.cache.Cache<String,CallerContext> getThrottleCache()