We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c92fff commit 81b9f90Copy full SHA for 81b9f90
source/index.txt
@@ -31,6 +31,10 @@ MongoDB driver for synchronous Java applications. Download it using
31
`Gradle <https://gradle.org/>`__, or set up a runnable project by
32
following our Quick Start guide.
33
34
+If your Java application requires asynchronous stream processing, use the
35
+:driver:`Reactive Streams Driver </reactive-streams/>` which uses Reactive
36
+Streams to make non-blocking calls to MongoDB.
37
+
38
39
Quick Start
40
-----------
0 commit comments