akka.remote.testconductor
Class Throttle$

java.lang.Object
  extended by scala.runtime.AbstractFunction4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,Throttle>
      extended by akka.remote.testconductor.Throttle$
All Implemented Interfaces:
java.io.Serializable, scala.Function4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,Throttle>

public class Throttle$
extends scala.runtime.AbstractFunction4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,Throttle>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Throttle$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Throttle$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction4
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.Function4
apply
 

Field Detail

MODULE$

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

Constructor Detail

Throttle$

public Throttle$()