akka.routing
Class SmallestMailboxRouter$

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

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

See Also:
Serialized Form

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

Constructor Detail

SmallestMailboxRouter$

public SmallestMailboxRouter$()
Method Detail

apply

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

Parameters:
routees - (undocumented)
Returns:
(undocumented)

create

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