case classIdentify(messageId: Any) extends AutoReceivedMessage with Product with Serializable
A message all Actors will understand, that when processed will reply with
akka.actor.ActorIdentity containing the ActorRef. The messageId
is returned in the ActorIdentity message as correlationId.
Annotations
@SerialVersionUID(1L)
Linear Supertypes
Product, Equals, AutoReceivedMessage, Serializable, Serializable, AnyRef, Any
A message all Actors will understand, that when processed will reply with akka.actor.ActorIdentity containing the
ActorRef
. ThemessageId
is returned in theActorIdentity
message ascorrelationId
.