Package akka.contrib.throttle

Interface Summary
Throttler Marker trait for throttlers.
 

Class Summary
Throttler.Rate A rate used for throttling.
Throttler.Rate$  
Throttler.RateInt Helper for some syntactic sugar.
Throttler.RateInt$  
Throttler.SetRate Set the rate of a Throttler.
Throttler.SetRate$  
Throttler.SetTarget Set the target of a Throttler.
Throttler.SetTarget$  
Throttler$ Message types understood by Throttler's.
TimerBasedThrottler A Throttler that uses a timer to control the message delivery rate.
TimerBasedThrottler$ Implementation-specific internals.