akka.routing
Class BroadcastRouter$
java.lang.Object
akka.routing.BroadcastRouter$
- All Implemented Interfaces:
- java.io.Serializable
public class BroadcastRouter$
- extends java.lang.Object
- implements scala.Serializable
Uses the resizer and/or the supervisor strategy of the given Routerconfig
if this RouterConfig doesn't have one, i.e. the resizer defined in code is used if
resizer was not defined in config.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODULE$
public static final BroadcastRouter$ MODULE$
- Static reference to the singleton instance of this Scala object.
BroadcastRouter$
public BroadcastRouter$()
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)