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 DistributedThrottleProcessorThrottleServiceDataHolder. getDistributedThrottleProcessor()Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type DistributedThrottleProcessor Modifier and Type Method Description voidThrottleServiceDataHolder. addDistributedThrottleProcessor(DistributedThrottleProcessor distributedThrottleProcessor)protected voidThrottleServiceComponent. addDistributedThrottleProcessorInstance(DistributedThrottleProcessor distributedThrottleProcessor)voidThrottleServiceDataHolder. removeDistributedThrottleProcessor(DistributedThrottleProcessor distributedThrottleProcessor)protected voidThrottleServiceComponent. removeDistributedThrottleProcessorInstance(DistributedThrottleProcessor distributedThrottleProcessor)
-