public class SeveralRoutees extends java.lang.Object implements Routee, scala.Product, scala.Serializable
Routee
that sends each message to all routees
.Constructor and Description |
---|
SeveralRoutees(scala.collection.immutable.IndexedSeq<Routee> routees) |
SeveralRoutees(java.lang.Iterable<Routee> rs)
Java API
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Routee> |
getRoutees()
Java API
|
scala.collection.immutable.IndexedSeq<Routee> |
routees() |
void |
send(java.lang.Object message,
ActorRef sender) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait