public final class ActorSelectionMessage extends java.lang.Object implements AutoReceivedMessage, PossiblyHarmful, scala.Product, scala.Serializable
Constructor and Description |
---|
ActorSelectionMessage(java.lang.Object msg,
scala.collection.immutable.Iterable<SelectionPathElement> elements,
boolean wildcardFanOut) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
scala.collection.immutable.Iterable<SelectionPathElement> |
elements() |
abstract static boolean |
equals(java.lang.Object that) |
scala.Option<Identify> |
identifyRequest() |
java.lang.Object |
msg() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
boolean |
wildcardFanOut() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ActorSelectionMessage(java.lang.Object msg, scala.collection.immutable.Iterable<SelectionPathElement> elements, boolean wildcardFanOut)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public java.lang.Object msg()
public scala.collection.immutable.Iterable<SelectionPathElement> elements()
public boolean wildcardFanOut()
public scala.Option<Identify> identifyRequest()