public 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 |
|---|---|
scala.collection.immutable.Iterable<SelectionPathElement> |
elements() |
scala.Option<Identify> |
identifyRequest() |
java.lang.Object |
msg() |
boolean |
wildcardFanOut() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ActorSelectionMessage(java.lang.Object msg,
scala.collection.immutable.Iterable<SelectionPathElement> elements,
boolean wildcardFanOut)
public java.lang.Object msg()
public scala.collection.immutable.Iterable<SelectionPathElement> elements()
public boolean wildcardFanOut()
public scala.Option<Identify> identifyRequest()