Method and Description |
---|
com.mongodb.reactivestreams.client.FindPublisher.modifiers(Bson)
use the individual setters instead
|
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.
|