I've created the actor below and when I attempt to run my app, I get the
error "could not find implicit value for parameter um:
akka.http.unmarshalling.FromRequestUnmarshaller" for the Person class
despite the fact that I have defined an implicit formatter for it.
When I had this same route and se
mmits in GitHub.
>
>
> On Wed, Jul 30, 2014 at 10:09 AM, 09goral >
> wrote:
>
>> Thanks for that. I will definetly take a closer look. I've been looking
>> for some nice example projects of FSM recently.
>>
>> W dniu środa, 30 lipca 2014 07:06:35
Hi folks,
I really fell in love with Akka when I discovered the Finite State Machine
DSL and thought I'd share the love with an example project that
demonstrates how to build an elevator state machine using TDD.
Here's the project: https://github.com/tombray/akka-fsm-examples
Here's the eleva