Package akka.remote.testconductor
Class ThrottleMsg$
- java.lang.Object
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function3<Address,Direction,java.lang.Object,akka.remote.testconductor.ThrottleMsg>
public class ThrottleMsg$ extends scala.runtime.AbstractFunction3<Address,Direction,java.lang.Object,akka.remote.testconductor.ThrottleMsg> implements java.io.Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ThrottleMsg$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ThrottleMsg$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.remote.testconductor.ThrottleMsgapply(Address target, Direction direction, float rateMBit)java.lang.StringtoString()scala.Option<scala.Tuple3<Address,Direction,java.lang.Object>>unapply(akka.remote.testconductor.ThrottleMsg x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ThrottleMsg$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -