Method and Description |
---|
com.mongodb.reactivestreams.client.MongoClients.create(MongoClientSettings) |
com.mongodb.reactivestreams.client.MongoClients.create(MongoClientSettings, MongoDriverInformation) |
com.mongodb.reactivestreams.client.MongoClient.getSettings()
this method is being removed
|
com.mongodb.reactivestreams.client.FindPublisher.modifiers(Bson)
use the individual setters instead
|
com.mongodb.reactivestreams.client.MongoCollection.replaceOne(Bson, TDocument, UpdateOptions) |
com.mongodb.reactivestreams.client.MongoCollection.replaceOne(ClientSession, Bson, TDocument, UpdateOptions) |
com.mongodb.reactivestreams.client.AggregatePublisher.useCursor(Boolean)
There is no replacement for this. Applications can assume that the driver will use a cursor for server versions
that support it (>= 2.6). The driver will ignore this as of MongoDB 3.6, which does not support inline results for the aggregate
command.
|