Uses of Class
io.vertx.ext.mongo.MongoClientDeleteResult
-
Packages that use MongoClientDeleteResult Package Description io.vertx.ext.mongo io.vertx.reactivex.ext.mongo io.vertx.rxjava3.ext.mongo -
-
Uses of MongoClientDeleteResult in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return types with arguments of type MongoClientDeleteResult Modifier and Type Method Description Future<MongoClientDeleteResult>
MongoClient. removeDocument(String collection, JsonObject query)
Remove a single matching document from a collection and return the handler withMongoClientDeleteResult
resultFuture<MongoClientDeleteResult>
MongoClient. removeDocuments(String collection, JsonObject query)
Remove matching documents from a collection and return the handler withMongoClientDeleteResult
resultFuture<MongoClientDeleteResult>
MongoClient. removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultFuture<MongoClientDeleteResult>
MongoClient. removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultConstructors in io.vertx.ext.mongo with parameters of type MongoClientDeleteResult Constructor Description MongoClientDeleteResult(MongoClientDeleteResult otherMongoClientDeleteResultCopy)
Copy constructor -
Uses of MongoClientDeleteResult in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo that return types with arguments of type MongoClientDeleteResult Modifier and Type Method Description Future<MongoClientDeleteResult>
MongoClient. removeDocument(String collection, JsonObject query)
Remove a single matching document from a collection and return the handler withMongoClientDeleteResult
resultFuture<MongoClientDeleteResult>
MongoClient. removeDocuments(String collection, JsonObject query)
Remove matching documents from a collection and return the handler withMongoClientDeleteResult
resultFuture<MongoClientDeleteResult>
MongoClient. removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultFuture<MongoClientDeleteResult>
MongoClient. removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocument(String collection, JsonObject query)
Remove a single matching document from a collection and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocuments(String collection, JsonObject query)
Remove matching documents from a collection and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResult
result -
Uses of MongoClientDeleteResult in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo that return types with arguments of type MongoClientDeleteResult Modifier and Type Method Description Maybe<MongoClientDeleteResult>
MongoClient. removeDocument(String collection, JsonObject query)
Remove a single matching document from a collection and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. removeDocuments(String collection, JsonObject query)
Remove matching documents from a collection and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocument(String collection, JsonObject query)
Remove a single matching document from a collection and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocuments(String collection, JsonObject query)
Remove matching documents from a collection and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResult
resultMaybe<MongoClientDeleteResult>
MongoClient. rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResult
result
-