public class RoundRobinRouter$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static RoundRobinRouter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
RoundRobinRouter$() |
Modifier and Type | Method and Description |
---|---|
RoundRobinRouter |
apply(scala.collection.immutable.Iterable<ActorRef> routees)
Creates a new RoundRobinRouter, routing to the specified routees
|
RoundRobinRouter |
create(java.lang.Iterable<ActorRef> routees) |
public static final RoundRobinRouter$ MODULE$
public RoundRobinRouter apply(scala.collection.immutable.Iterable<ActorRef> routees)
public RoundRobinRouter create(java.lang.Iterable<ActorRef> routees)