Uses of Class
org.apache.synapse.commons.throttle.core.ThrottleProperties
-
Packages that use ThrottleProperties Package Description org.apache.synapse.commons.throttle.core org.apache.synapse.commons.throttle.core.internal -
-
Uses of ThrottleProperties in org.apache.synapse.commons.throttle.core
Methods in org.apache.synapse.commons.throttle.core that return ThrottleProperties Modifier and Type Method Description static ThrottleProperties
ThrottleUtil. loadThrottlePropertiesFromConfigurations()
This method used to set throttle properties loaded from throttle.properties file in configuration folder -
Uses of ThrottleProperties in org.apache.synapse.commons.throttle.core.internal
Methods in org.apache.synapse.commons.throttle.core.internal that return ThrottleProperties Modifier and Type Method Description ThrottleProperties
ThrottleServiceDataHolder. getThrottleProperties()
Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type ThrottleProperties Modifier and Type Method Description void
ThrottleServiceDataHolder. setThrottleProperties(ThrottleProperties throttleProperties)
-