|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.ActorIdentity
public class ActorIdentity
Reply to 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 Summary | |
---|---|
ActorIdentity(java.lang.Object correlationId,
scala.Option<ActorRef> ref)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public ActorIdentity(java.lang.Object correlationId, scala.Option<ActorRef> ref)
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |