Hi,

Are you sure that you need to block the sending code while the actor does its 
work? Is there an asynchronous API in netty that you can use where the actor 
would invoke a callback when it has finished processing the packet?

B/

On 27 January 2015 at 11:03:26, Jabbar Azam (aja...@gmail.com) wrote:

I think I need to look at typedactors.

On Tuesday, 27 January 2015 09:29:43 UTC, Jabbar Azam wrote:
Hello,

How do I send a message from java non actor based code into an actor system? 
The code will be running on the same node and will be part of the same source 
code. So netty will be running, receiving packets, which will send any received 
packets into an actor system. The actor system will process the packets and 
then send the response payload back to the netty code.


--
>>>>>>>>>> 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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
Björn Antonsson
Typesafe – Reactive Apps on the JVM
twitter: @bantonsson

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to