akka.contrib.throttle
Class Throttler

java.lang.Object
  extended by akka.contrib.throttle.Throttler

public class Throttler
extends java.lang.Object

See Also:
TimerBasedThrottler, Throttler.Rate, Throttler.SetRate, Throttler.SetTarget

Nested Class Summary
static class Throttler.Rate
          A rate used for throttling.
static class Throttler.Rate$
           
static class Throttler.RateInt
          Helper for some syntactic sugar.
static class Throttler.RateInt$
           
static class Throttler.SetRate
          Set the rate of a throttler.
static class Throttler.SetRate$
           
static class Throttler.SetTarget
          Set the target of a throttler.
static class Throttler.SetTarget$
           
 
Constructor Summary
Throttler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Throttler

public Throttler()