Hi,
I would like to use the Neo4j Reactive driver with RxJava2 in a standard java program.
First question : is it relevant to use it in this case or should I use the "blocking style" session instead ?
If relevant, I see in the javadoc of RxSession#re...