Class ThrottleUtil
java.lang.Object
org.apache.synapse.commons.throttle.core.ThrottleUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.cache.Cache<String, CallerContext> static ThrottlePropertiesThis method used to set throttle properties loaded from throttle.properties file in configuration folder
-
Field Details
-
THROTTLING_CACHE_MANAGER
- See Also:
-
THROTTLING_CACHE
- See Also:
-
-
Constructor Details
-
ThrottleUtil
public ThrottleUtil()
-
-
Method Details
-
loadThrottlePropertiesFromConfigurations
This method used to set throttle properties loaded from throttle.properties file in configuration folder- Returns:
- properties of throttle properties
-
getThrottleCache
-