Extend streaming RxInvoker interfaces to allow Response return type
-------------------------------------------------------------------
Key: WFLY-12272
URL:
https://issues.jboss.org/browse/WFLY-12272
Project: WildFly
Issue Type: Feature Request
Reporter: Ronald Sigal
Assignee: Ronald Sigal
Priority: Major
Currently, all of the methods in FlowableRxInvoker, for example, return a Flowable. It
might be useful to add methods which return a Response from which the Flowable, as well as
status, etc., could be extracted.