Hi All,
I am trying to use reactive jersey client to call a 3rd party API.
However, I am getting this error when I am trying to import the following
class: RxObservableInvoker
And get the following error:
package "org.glassfish.jersey.client.rx.rxjava" does not exist.
I had used this dependency:
<dependency>
<groupId>org.glassfish.jersey.ext.rx</groupId>
<artifactId>jersey-rx-client</artifactId>
<version>2.22.2</version>
</dependency>
So in which package is it in?
Thanks in advance,
Regards,
Harish
--
View this message in context: http://jersey.576304.n2.nabble.com/Unable-to-find-a-class-in-Reactive-Jersey-Client-tp7583677.html
Sent from the Jersey mailing list archive at Nabble.com.