akka.routing
Class RoundRobinRouter$

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

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

See Also:
Serialized Form

Field Summary
static RoundRobinRouter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RoundRobinRouter$()
           
 
Method Summary
 RoundRobinRouter apply(scala.collection.immutable.Iterable<ActorRef> routees)
          Creates a new RoundRobinRouter, routing to the specified routees
 RoundRobinRouter 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 RoundRobinRouter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

RoundRobinRouter$

public RoundRobinRouter$()
Method Detail

apply

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


create

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