Uses of Class
org.apache.synapse.commons.throttle.core.ThrottleReplicator
-
-
Uses of ThrottleReplicator in org.apache.synapse.commons.throttle.core
Constructors in org.apache.synapse.commons.throttle.core with parameters of type ThrottleReplicator Constructor Description ThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator)
default constructor – expects a throttle configuration. -
Uses of ThrottleReplicator in org.apache.synapse.commons.throttle.core.impl.domainbase
Constructors in org.apache.synapse.commons.throttle.core.impl.domainbase with parameters of type ThrottleReplicator Constructor Description DomainBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator replicator)
-
Uses of ThrottleReplicator in org.apache.synapse.commons.throttle.core.impl.ipbase
Constructors in org.apache.synapse.commons.throttle.core.impl.ipbase with parameters of type ThrottleReplicator Constructor Description IPBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator replicator)
-
Uses of ThrottleReplicator in org.apache.synapse.commons.throttle.core.impl.rolebase
Constructors in org.apache.synapse.commons.throttle.core.impl.rolebase with parameters of type ThrottleReplicator Constructor Description RoleBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator)
-