Package org.apache.pekko.routing
Class Routees
- java.lang.Object
-
- org.apache.pekko.routing.Routees
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public final class Routees extends java.lang.Object implements scala.Product, java.io.SerializableMessage used to carry information about what routees the router is currently using.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Routeesapply(scala.collection.immutable.IndexedSeq<Routee> routees)booleancanEqual(java.lang.Object x$1)Routeescopy(scala.collection.immutable.IndexedSeq<Routee> routees)scala.collection.immutable.IndexedSeq<Routee>copy$default$1()booleanequals(java.lang.Object x$1)java.util.List<Routee>getRoutees()Java APIinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()scala.collection.immutable.IndexedSeq<Routee>routees()java.lang.StringtoString()static scala.Option<scala.collection.immutable.IndexedSeq<Routee>>unapply(Routees x$0)
-
-
-
Constructor Detail
-
Routees
public Routees(scala.collection.immutable.IndexedSeq<Routee> routees)
-
-
Method Detail
-
unapply
public static scala.Option<scala.collection.immutable.IndexedSeq<Routee>> unapply(Routees x$0)
-
routees
public scala.collection.immutable.IndexedSeq<Routee> routees()
-
getRoutees
public java.util.List<Routee> getRoutees()
Java API
-
copy$default$1
public scala.collection.immutable.IndexedSeq<Routee> copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-