Uses of Interface
org.apache.synapse.commons.throttle.core.internal.DistributedThrottleProcessor
-
Packages that use DistributedThrottleProcessor Package Description org.apache.synapse.commons.throttle.core.internal -
-
Uses of DistributedThrottleProcessor in org.apache.synapse.commons.throttle.core.internal
Methods in org.apache.synapse.commons.throttle.core.internal that return DistributedThrottleProcessor Modifier and Type Method Description DistributedThrottleProcessor
ThrottleServiceDataHolder. getDistributedThrottleProcessor()
Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type DistributedThrottleProcessor Modifier and Type Method Description void
ThrottleServiceDataHolder. addDistributedThrottleProcessor(DistributedThrottleProcessor distributedThrottleProcessor)
protected void
ThrottleServiceComponent. addDistributedThrottleProcessorInstance(DistributedThrottleProcessor distributedThrottleProcessor)
void
ThrottleServiceDataHolder. removeDistributedThrottleProcessor(DistributedThrottleProcessor distributedThrottleProcessor)
protected void
ThrottleServiceComponent. removeDistributedThrottleProcessorInstance(DistributedThrottleProcessor distributedThrottleProcessor)
-