akka.contrib.throttle
Class TimerBasedThrottler.Data$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<scala.Option<ActorRef>,java.lang.Object,scala.collection.immutable.Queue<TimerBasedThrottler.Message>,TimerBasedThrottler.Data>
      extended by akka.contrib.throttle.TimerBasedThrottler.Data$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<scala.Option<ActorRef>,java.lang.Object,scala.collection.immutable.Queue<TimerBasedThrottler.Message>,TimerBasedThrottler.Data>
Enclosing class:
TimerBasedThrottler

public static class TimerBasedThrottler.Data$
extends scala.runtime.AbstractFunction3<scala.Option<ActorRef>,java.lang.Object,scala.collection.immutable.Queue<TimerBasedThrottler.Message>,TimerBasedThrottler.Data>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static TimerBasedThrottler.Data$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TimerBasedThrottler.Data$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

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

Constructor Detail

TimerBasedThrottler.Data$

public TimerBasedThrottler.Data$()