Im going through RSocket implementation for Java using this https://github.com/rsocket/rsocket-java, but could only find Reactor support(Flux,Mono) I cannot see any RxJava(Observables) support with RSocket. Is this understanding correct ?
I tried to go through the code package https://github.com/rsocket/rsocket-java to see any usage of RxJava variables (Observables).
Is there any standard implementation for Rx with Rsocket with java ?