Package akka.contrib.throttle

Interface Summary
TimerBasedThrottler.State  
 

Class Summary
Throttler == Throttling == A throttler is an actor that is defined through a target actor and a rate (of type Throttler.Rate).
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$ == Throttling == A throttler is an actor that is defined through a target actor and a rate (of type Throttler.Rate).
TimerBasedThrottler A throttler that uses a timer to control the message delivery rate.
TimerBasedThrottler.Active$  
TimerBasedThrottler.Data  
TimerBasedThrottler.Data$  
TimerBasedThrottler.Idle$  
TimerBasedThrottler.Message  
TimerBasedThrottler.Message$  
TimerBasedThrottler.Tick$