[akka-user] Testing Akka Typed behavior

2015-12-18 Thread Andriy Drozdyuk
How would I test that a given behavior sends the messages I expect? Say, three messages of some type, one after the other... Is there something like expectMsg... but synchronous maybe? -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>

[akka-user] Re: Testing Akka Typed behavior

2015-12-18 Thread Andriy Drozdyuk
Can I use the TestProbe from regular Akka? http://doc.akka.io/api/akka/current/index.html#akka.testkit.TestProbe Maybe I can write my own... On Friday, December 18, 2015 at 12:53:51 PM UTC-5, Andriy Drozdyuk wrote: > > How would I test that a given behavior sends the messages I expect? &

[akka-user] Re: Testing Akka Typed behavior

2015-12-18 Thread Andriy Drozdyuk
Posted a question on SO: http://stackoverflow.com/questions/34363966/testing-akka-typed-behavior On Friday, December 18, 2015 at 12:53:51 PM UTC-5, Andriy Drozdyuk wrote: > > How would I test that a given behavior sends the messages I expect? > > Say, three messages of some typ

[akka-user] akka-typed question about behavior vs actors?

2015-12-17 Thread Andriy Drozdyuk
How does behavior correlate with the actor instance? If I create a behavior with an "And" combinator, does it create two actors? I've posted a more detailed question on SO: http://stackoverflow.com/questions/34340262/does-akka-typed-create-actors-when-i-use-behavior-combinator-like-and I think

[akka-user] State of ZeroMQ support (Oct, 2015)

2015-10-10 Thread Andriy Drozdyuk
Hi, all. I am just curious as to the state of ZeroMQ support? I see a mention of it in the old 2.3.9 docs: http://doc.akka.io/docs/akka/2.3.9/java/zeromq.html but the new 2.4 docs don't mention it. Additionally, it seems most of the bindings are outdated (scala and even java). It seems like a

[akka-user] Any way possible to integrate with Arduino?

2014-11-03 Thread Andriy Drozdyuk
Is it, in any way possible, to run akka (or a version of akka) on an arduino? I imagine not - but wanted to ask just in case. -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: