Class RoleBaseThrottleContext
java.lang.Object
org.apache.synapse.commons.throttle.core.ThrottleContext
org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleContext
-
Constructor Summary
ConstructorsConstructorDescriptionRoleBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator) -
Method Summary
Methods inherited from class org.apache.synapse.commons.throttle.core.ThrottleContext
addAndFlushCallerContext, addCallerContext, cleanupCallers, flushCallerContext, getCallerContext, getConfigurationContext, getThrottleConfiguration, getThrottleId, processCleanList, removeAndDestroyShareParamsOfCaller, removeAndFlushCaller, removeCallerContext, replicateTimeWindow, setConfigurationContext, setThrottleId
-
Constructor Details
-
RoleBaseThrottleContext
public RoleBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator)
-
-
Method Details
-
getType
public int getType()- Specified by:
getTypein classThrottleContext- Returns:
- Returns the type of throttle ex : ip /domain
-