Hello,

I wanna try AkkaTyped with protobuf and have a lots of messages like the 
following ones:


case class Result(i:Int) 

->
message Result{   
 int i = 1;
}



case class Double(i: Int, actorRef: ActorRef[Result])

-> 
message Double{
   int i =1;
   ??? actorRef = 2;
}



Is there a way how I use ActorRef[...] in a Protobufmessage (.proto file)?
I've seen this post 
<https://groups.google.com/forum/#!searchin/akka-user/protobuf$20actorref|sort:date/akka-user/aHN74DrGiyY/dC7zpMUtBQAJ>
 but 
I don't know how it helps me!

Thanks

-- 
>>>>>>>>>>      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