-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
3.6.3.Final
-
None
-
None
Currently, resource methods can stream Flowables and Observables to the client. This extension would allow them to stream synchronously created Iterables such as Lists as well. For example,
@GET @Path("get/list") @Produces("application/json") @Stream public List<String> getList() { ... }
- is related to
-
RESTEASY-1798 Implement RxInvokers and proxies for reactive classes in RxJava 1 and 2
- Resolved