| Package | Description | 
|---|---|
| io.vertx.ext.mongo | |
| io.vertx.reactivex.ext.mongo | |
| io.vertx.rxjava.ext.mongo | |
| io.vertx.rxjava3.ext.mongo | 
| Modifier and Type | Method and Description | 
|---|---|
| MongoClient | MongoClient. removeDocument(String collection,
              JsonObject query,
              Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocuments(String collection,
               JsonObject query,
               Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption,
                          Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocumentWithOptions(String collection,
                         JsonObject query,
                         WriteOption writeOption,
                         Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove a single matching document from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Constructor and Description | 
|---|
| MongoClientDeleteResult(MongoClientDeleteResult otherMongoClientDeleteResultCopy)Copy constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| Maybe<MongoClientDeleteResult> | MongoClient. rxRemoveDocument(String collection,
                JsonObject query)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. rxRemoveDocuments(String collection,
                 JsonObject query)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. rxRemoveDocumentsWithOptions(String collection,
                            JsonObject query,
                            WriteOption writeOption)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Maybe<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 with  MongoClientDeleteResultresult | 
| Modifier and Type | Method and Description | 
|---|---|
| MongoClient | MongoClient. removeDocument(String collection,
              JsonObject query,
              Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocuments(String collection,
               JsonObject query,
               Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption,
                          Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocumentWithOptions(String collection,
                         JsonObject query,
                         WriteOption writeOption,
                         Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove a single matching document from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Modifier and Type | Method and Description | 
|---|---|
| Single<MongoClientDeleteResult> | MongoClient. rxRemoveDocument(String collection,
                JsonObject query)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| Single<MongoClientDeleteResult> | MongoClient. rxRemoveDocuments(String collection,
                 JsonObject query)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| Single<MongoClientDeleteResult> | MongoClient. rxRemoveDocumentsWithOptions(String collection,
                            JsonObject query,
                            WriteOption writeOption)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Single<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 with  MongoClientDeleteResultresult | 
| Modifier and Type | Method and Description | 
|---|---|
| MongoClient | MongoClient. removeDocument(String collection,
              JsonObject query,
              Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocuments(String collection,
               JsonObject query,
               Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption,
                          Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| MongoClient | MongoClient. removeDocumentWithOptions(String collection,
                         JsonObject query,
                         WriteOption writeOption,
                         Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)Remove a single matching document from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Modifier and Type | Method and Description | 
|---|---|
| Maybe<MongoClientDeleteResult> | MongoClient. removeDocument(String collection,
              JsonObject query)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. removeDocuments(String collection,
               JsonObject query)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Maybe<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 with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. rxRemoveDocument(String collection,
                JsonObject query)Remove a single matching document from a collection and return the handler with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. rxRemoveDocuments(String collection,
                 JsonObject query)Remove matching documents from a collection and return the handler with  MongoClientDeleteResultresult | 
| Maybe<MongoClientDeleteResult> | MongoClient. rxRemoveDocumentsWithOptions(String collection,
                            JsonObject query,
                            WriteOption writeOption)Remove matching documents from a collection with the specified write option and return the handler with  MongoClientDeleteResultresult | 
| Maybe<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 with  MongoClientDeleteResultresult | 
Copyright © 2021 Eclipse. All rights reserved.