Class ThrottleUtil


  • public class ThrottleUtil
    extends Object
    • Constructor Detail

      • ThrottleUtil

        public ThrottleUtil()
    • Method Detail

      • 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()