public 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 |
|---|---|
java.lang.Object |
correlationId() |
ActorRef |
getRef()
Java API:
ActorRef of the actor replying to the request or
null if no actor matched the request. |
scala.Option<ActorRef> |
ref() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ActorIdentity(java.lang.Object correlationId,
scala.Option<ActorRef> ref)