event-sourcing-examples icon indicating copy to clipboard operation
event-sourcing-examples copied to clipboard

Replace DeferredUtils with Observable return value handler

Open rstoyanchev opened this issue 10 years ago • 2 comments

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 avatar May 21 '15 20:05 rstoyanchev

Here is a pull request #4.

rstoyanchev avatar May 26 '15 16:05 rstoyanchev

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

cer avatar May 26 '15 16:05 cer