A Reactive Streams implementation of the MongoDB Java driver for asynchronous database operations.
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.6.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a reactive MongoDB client and connects to a local instance.
Add a dependency on reactor-core or rxjava and use .subscribe() or .block() to execute operations.
No dependency data recorded yet.