Hi,
I am reading up on Typed Actors and it seems like its only recommended to
be used in some specific cases. I want to know what is the difference
between a Typed Actor and a normal object wrapping an actor instance in
terms of functionality.
Specifically:
case class WrapObject(implicit context: ActorContext) {
val actorRef = context.actorOf(someProps, someName)
def callMethod(msg: Any): Future[Any] = new AskableActorRef(actorRef).ask(
msg)
}
Is there a need to used Typed Actor in this case, if the Wrap Object will
be passed between Actors?
- Lap
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.