Re: [akka-user] Rejections in Akka HTTP Java API

2016-03-22 Thread Konrad Malawski
There's a completely new javadsl coming in the next weeks, it will have rejections (and docs for them) :) Thanks for your patience! On Mar 22, 2016 15:37, "Adam" wrote: > Hi, > > I see Rejections are only described in the Scala version of the docs. > Is that on purpose? >

Re: [akka-user] Rejections in Akka HTTP Java API

2016-03-22 Thread אדם חונן
Cool. Thanks for quick response! On Tue, Mar 22, 2016 at 4:41 PM, Konrad Malawski < konrad.malaw...@lightbend.com> wrote: > There's a completely new javadsl coming in the next weeks, it will have > rejections (and docs for them) :) > > Thanks for your patience! > On Mar 22, 2016 15:37, "Adam"

[akka-user] Rejections in Akka HTTP Java API

2016-03-22 Thread Adam
Hi, I see Rejections are only described in the Scala version of the docs. Is that on purpose? What are my options using the Java API in order to customize rejections? -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>