akka.routing
Class RouterRoutees

java.lang.Object
  extended by akka.routing.RouterRoutees
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class RouterRoutees
extends java.lang.Object
implements scala.Product, scala.Serializable

Message used to carry information about what routees the router is currently using.

See Also:
Serialized Form

Constructor Summary
RouterRoutees(scala.collection.immutable.Iterable<ActorRef> routees)
           
 
Method Summary
 scala.collection.immutable.Iterable<ActorRef> routees()
           
 
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

RouterRoutees

public RouterRoutees(scala.collection.immutable.Iterable<ActorRef> routees)
Method Detail

routees

public scala.collection.immutable.Iterable<ActorRef> routees()