Registry / database / mongodb-driver-async

mongodb-driver-async

JSON →
library3.12.14javamavenunverified

An asynchronous MongoDB Java driver that is no longer maintained; users should migrate to the reactive streams driver.

<dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-async</artifactId> <version>3.12.14</version> </dependency>
INSTALL
IMPORT
SIG · MONGODB-DRIVER-ASY
M
mongodb-driver-async
databasejavav3.12.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MongoClient
com.mongodb.async.client.MongoClient

Minimal example showing how to create an async MongoDB client.

import com.mongodb.async.client.MongoClient; import com.mongodb.async.client.MongoClients; public class Example { public static void main(String[] args) { MongoClient client = MongoClients.create("mongodb://localhost:27017"); System.out.println("Async client created"); client.close(); } }
Debug
Known issues
breakingThis artifact is deprecated and no longer maintained. Use mongodb-driver-reactivestreams instead.
fix
Replace dependency with org.mongodb:mongodb-driver-reactivestreams and update imports to com.mongodb.reactivestreams.client.
affects: >=3.12.0
Upgrade
Version history
3.12.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
mongodb-driver-async — mvn dependency:get mongodb-driver-async · libregistry