[akka-user] Java lambda FSM & TestKit example

2016-04-23 Thread Mahesh Govind
Dear Experts, Could you point me to a working example to write test cases for Java Lambda FSM actor . regards Mahesh -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Sear

Re: [akka-user] Spray-json support and FromResponseUnmarshaller

2016-04-23 Thread Edmondo Porcu
I am not sure I understood, would this be blocking? implicit def liftUnmarshaller[A,B](implicit unmarshaller:Unmarshaller[A,B]): Unmarshaller[Future[A],B] = Unmarshaller.withMaterializer( ec => m => a => a.flatMap{ x => unmarshaller.apply(x)(ec,m) }(ec) ) Il giorno venerdì 22 aprile 2

[akka-user] BoundedMailbox and pushTimeOut behavior

2016-04-23 Thread Shannon Carey
I'm a bit confused by the documentation vs. the source code when it comes to BoundedMailbox and pushTimeOut (aka "mailbox-push-timeout-time"). The documentation (http://doc.akka.io/docs/akka/2.4.4/java/mailboxes.html) says, (implicitly regarding BoundedMailbox), "Other bounded mailbox implement