Re: [akka-user] Process messages at specific time reliably

2014-12-20 Thread Akka Team
Hi Nikolay, On Sat, Dec 20, 2014 at 6:24 AM, Nikolay Perevozchikov < trueinsi...@gmail.com> wrote: > Let's assume I have a chat application. > > Client send message to chat which resulted in some command to some Actor. > Now, I want to process what he wrote immediately and make it available to >

[akka-user] Process messages at specific time reliably

2014-12-19 Thread Nikolay Perevozchikov
Let's assume I have a chat application. Client send message to chat which resulted in some command to some Actor. Now, I want to process what he wrote immediately and make it available to other users in this chat, so I process this command. At the same time I want to tell myself (an actor) that