akka.routing
Class Routees

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

public class Routees
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
Routees(scala.collection.immutable.IndexedSeq<Routee> routees)
           
 
Method Summary
 java.util.List<Routee> getRoutees()
          Java API
 scala.collection.immutable.IndexedSeq<Routee> 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

Routees

public Routees(scala.collection.immutable.IndexedSeq<Routee> routees)
Method Detail

routees

public scala.collection.immutable.IndexedSeq<Routee> routees()

getRoutees

public java.util.List<Routee> getRoutees()
Java API