akka.routing
Class BroadcastRouter$

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

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

See Also:
Serialized Form

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

Constructor Detail

BroadcastRouter$

public BroadcastRouter$()
Method Detail

apply

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


create

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