akka.contrib.throttle
Class Throttler.SetRate

java.lang.Object
  extended by akka.contrib.throttle.Throttler.SetRate
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
Throttler

public static class Throttler.SetRate
extends java.lang.Object
implements scala.Product, scala.Serializable

Set the rate of a Throttler.

You may change a throttler's rate at any time.

See Also:
Serialized Form

Constructor Summary
Throttler.SetRate(Throttler.Rate rate)
           
 
Method Summary
 Throttler.Rate rate()
           
 
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

Throttler.SetRate

public Throttler.SetRate(Throttler.Rate rate)
Method Detail

rate

public Throttler.Rate rate()