public final class ActorIdentity
extends java.lang.Object
implements scala.Product, scala.Serializable
Identify
. Contains
Some(ref)
with the ActorRef
of the actor replying to the request or
None
if no actor matched the request.
The correlationId
is taken from the messageId
in
the Identify
message.Constructor and Description |
---|
ActorIdentity(java.lang.Object correlationId,
scala.Option<ActorRef> ref) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
java.lang.Object |
correlationId() |
abstract static boolean |
equals(java.lang.Object that) |
ActorRef |
getRef()
Java API:
ActorRef of the actor replying to the request or
null if no actor matched the request. |
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() |
scala.Option<ActorRef> |
ref() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ActorIdentity(java.lang.Object correlationId, scala.Option<ActorRef> ref)
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 correlationId()
public scala.Option<ActorRef> ref()
public ActorRef getRef()
ActorRef
of the actor replying to the request or
null if no actor matched the request.