Hi,
I need to wrap every response into json objects, including errors such as
404. I got most of it working by providing RejectionHandler and
ExceptionHandler.
One piece that is missing is handling the case where the complete{} block
is invoking an expression that returns Future[Option[X]]. If the option is
None, then the request returns 404 but the RejectionHandler doesn't catch
it, even with if I put a catch-all case.
Any way I can catch this case without resorting to use something like
.getOrElse on every expression of that type (we have lots of them)?
Thanks,
@johnny_everson
--
>>>>>>>>>> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.