phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Async - Support for DeferredResult #257

Closed techpavan closed 5 years ago

techpavan commented 6 years ago

Callable was implemented as a part of https://github.com/phoenixnap/springmvc-raml-plugin/issues/104 , but DeferredResult was never incorporated. It would be great if it can be supported.

GhaTMA commented 6 years ago

+1