akka.contrib.throttle
Class Throttler$

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

public class Throttler$
extends java.lang.Object

Message types understood by Throttler's.

See Also:
Throttler, Throttler.Rate

Field Summary
static Throttler$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Throttler$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Throttler$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Throttler$

public Throttler$()