case classActorIdentity(correlationId: Any, ref: Option[ActorRef]) extends Product with Serializable
Reply to akka.actor.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.
Annotations
@SerialVersionUID(1L)
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Reply to akka.actor.Identify. Contains
Some(ref)
with theActorRef
of the actor replying to the request orNone
if no actor matched the request. ThecorrelationId
is taken from themessageId
in theIdentify
message.