akka.actor
Class Identify

java.lang.Object
  extended by akka.actor.Identify
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class Identify
extends java.lang.Object
implements scala.Product, scala.Serializable

A message all Actors will understand, that when processed will reply with ActorIdentity containing the ActorRef. The messageId is returned in the ActorIdentity message as correlationId.

See Also:
Serialized Form

Constructor Summary
Identify(java.lang.Object messageId)
           
 
Method Summary
 java.lang.Object messageId()
           
 
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

Identify

public Identify(java.lang.Object messageId)
Method Detail

messageId

public java.lang.Object messageId()