Skip to content

Commit 81b9f90

Browse files
authored
DOCSP-25436 Added a note about asynchronous Java drivers. (#302)
* DOCSP-25436 Added a note about asynchronous Java drivers. * DOCSP-25436 Updated note on asynchronous driver based on peer review feedback.
1 parent 4c92fff commit 81b9f90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/index.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ MongoDB driver for synchronous Java applications. Download it using
3131
`Gradle <https://gradle.org/>`__, or set up a runnable project by
3232
following our Quick Start guide.
3333

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+
3438

3539
Quick Start
3640
-----------

0 commit comments

Comments
 (0)