GWTP icon indicating copy to clipboard operation
GWTP copied to clipboard

Support for AsyncResponse/Suspended

Open dnouls opened this issue 8 years ago • 2 comments

I'm using rest services which uses @Suspended AsyncResponse to make the rest service into an asynchronous one. It would be nice if there was some support in GWTP to handle this.

It seems to me that supporting an empty emulated class for AsyncResponse should do the trick.

Note that I am using the dispatch rest delegated, where this support would be really useful since I want to reuse the jaxws interface as is.

dnouls avatar Apr 08 '16 14:04 dnouls

Why tag me

suspended avatar Apr 15 '16 04:04 suspended

Haha @Suspended is a Java annotation.

BenDol avatar Apr 15 '16 04:04 BenDol