Seems like there is Typed Actors and Actor Typed.  Since Type Actors is 
being depreciated, my question is aimed at Actor Typed instead.  

On Wednesday, April 6, 2016 at 11:41:37 AM UTC+8, Lap Ming Lee wrote:
>
> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to