Package org.apache.pekko.routing
Class SeveralRoutees
java.lang.Object
org.apache.pekko.routing.SeveralRoutees
- All Implemented Interfaces:
Serializable,Routee,scala.Equals,scala.Product
Routee that sends each message to all routees.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeveralRoutees(Iterable<Routee> rs) Java APISeveralRoutees(scala.collection.immutable.IndexedSeq<Routee> routees) -
Method Summary
Modifier and TypeMethodDescriptionstatic SeveralRouteesbooleanscala.collection.immutable.IndexedSeq<Routee>booleanJava APIinthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.collection.immutable.IndexedSeq<Routee>routees()voidtoString()static scala.Option<scala.collection.immutable.IndexedSeq<Routee>>unapply(SeveralRoutees x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
SeveralRoutees
-
SeveralRoutees
Java API
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.collection.immutable.IndexedSeq<Routee>> unapply(SeveralRoutees x$0) -
routees
-
getRoutees
Java API -
send
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-