cer / event-sourcing-examples

Example code for my building and deploying microservices with event sourcing, CQRS and Docker presentation
Other
3.12k stars 946 forks source link

Replace DeferredUtils with Observable return value handler #3

Open rstoyanchev opened 9 years ago

rstoyanchev commented 9 years ago

It should be easy to create a custom return value handler to allow controllers to return an Observable. In other words plugging the code that's in DeferredUtils into Spring MVC. Something like this here.

rstoyanchev commented 9 years ago

Here is a pull request #4.

cer commented 9 years ago

That's awesome. Your suggestion was very much appreciated. The PR is even better!