Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1798

Implement RxInvokers and proxies for reactive classes in RxJava 1 and 2

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Critical Critical
    • 3.6.0.Final, 4.0.0.Beta4
    • 4.0.0.Beta1, 3.5.0.CR1
    • None
    • None

      JAX-RS 2.1 permits extensions to support reactive classes in packages like RxJava 1 and RxJava 2 through implementation of the method javax.ws.rs.client.Invocation.Builder.rx():

         public <T extends RxInvoker> T rx(Class<T> clazz);
      

      This should be done for reactive projects RxJava 1 and 2, and Resteasy proxies should be extended to support the new RxInvokers.

            rsigal@redhat.com Ronald Sigal
            mkopecky@redhat.com Marek Kopecky
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: