akka.remote.testconductor
Class ThrottleMsg

java.lang.Object
  extended by akka.remote.testconductor.ThrottleMsg
All Implemented Interfaces:
ClientOp, ConfirmedClientOp, NetworkOp, java.io.Serializable, scala.Equals, scala.Product

public class ThrottleMsg
extends java.lang.Object
implements ConfirmedClientOp, NetworkOp, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ThrottleMsg(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
           
 
Method Summary
 ThrottlerTransportAdapter.Direction direction()
           
 float rateMBit()
           
 Address target()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ThrottleMsg

public ThrottleMsg(Address target,
                   ThrottlerTransportAdapter.Direction direction,
                   float rateMBit)
Method Detail

target

public Address target()

direction

public ThrottlerTransportAdapter.Direction direction()

rateMBit

public float rateMBit()