akka.routing
Class RandomRouter$

java.lang.Object
  extended by akka.routing.RandomRouter$
All Implemented Interfaces:
java.io.Serializable

public class RandomRouter$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static RandomRouter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RandomRouter$()
           
 
Method Summary
 RandomRouter apply(scala.collection.Iterable<ActorRef> routees)
          Creates a new RandomRouter, routing to the specified routees
 RandomRouter create(java.lang.Iterable<ActorRef> routees)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final RandomRouter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

RandomRouter$

public RandomRouter$()
Method Detail

apply

public RandomRouter apply(scala.collection.Iterable<ActorRef> routees)
Creates a new RandomRouter, routing to the specified routees


create

public RandomRouter create(java.lang.Iterable<ActorRef> routees)