Uses of Class
io.vertx.mutiny.ext.mongo.MongoClient
Packages that use MongoClient
Package
Description
-
Uses of MongoClient in io.vertx.mutiny.ext.auth.mongo
Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type MongoClientModifier and TypeMethodDescriptionstatic MongoAuth
MongoAuth.create
(MongoClient mongoClient, io.vertx.core.json.JsonObject config) Deprecated.static MongoAuthentication
MongoAuthentication.create
(MongoClient mongoClient, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options) static MongoAuthentication
MongoAuthentication.create
(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options) static MongoAuthorization
MongoAuthorization.create
(String providerId, MongoClient mongoClient, io.vertx.ext.auth.mongo.MongoAuthorizationOptions options) static MongoUserUtil
MongoUserUtil.create
(MongoClient client) static MongoUserUtil
MongoUserUtil.create
(MongoClient client, io.vertx.ext.auth.mongo.MongoAuthenticationOptions authenticationOptions, io.vertx.ext.auth.mongo.MongoAuthorizationOptions authorizationOptions) -
Uses of MongoClient in io.vertx.mutiny.ext.mongo
Fields in io.vertx.mutiny.ext.mongo with type parameters of type MongoClientMethods in io.vertx.mutiny.ext.mongo that return MongoClientModifier and TypeMethodDescriptionMongoClient.bulkWriteAndForget
(String collection, List<io.vertx.ext.mongo.BulkOperation> operations) Variant ofbulkWrite(String,List)
that ignores the result of the operation.MongoClient.bulkWriteWithOptionsAndForget
(String collection, List<io.vertx.ext.mongo.BulkOperation> operations, io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions) Variant ofbulkWriteWithOptions(String,List,BulkWriteOptions)
that ignores the result of the operation.MongoClient.countAndForget
(String collection, io.vertx.core.json.JsonObject query) Variant ofcount(String,JsonObject)
that ignores the result of the operation.MongoClient.countWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.CountOptions countOptions) Variant ofcountWithOptions(String,JsonObject,CountOptions)
that ignores the result of the operation.static MongoClient
MongoClient.createCollectionAndForget
(String collectionName) Variant ofcreateCollection(String)
that ignores the result of the operation.MongoClient.createCollectionWithOptionsAndForget
(String collectionName, io.vertx.ext.mongo.CreateCollectionOptions collectionOptions) Variant ofcreateCollectionWithOptions(String,CreateCollectionOptions)
that ignores the result of the operation.MongoClient.createDefaultGridFsBucketServiceAndForget()
Variant ofcreateDefaultGridFsBucketService()
that ignores the result of the operation.MongoClient.createGridFsBucketServiceAndForget
(String bucketName) Variant ofcreateGridFsBucketService(String)
that ignores the result of the operation.MongoClient.createIndexAndForget
(String collection, io.vertx.core.json.JsonObject key) Variant ofcreateIndex(String,JsonObject)
that ignores the result of the operation.MongoClient.createIndexesAndForget
(String collection, List<io.vertx.ext.mongo.IndexModel> indexes) Variant ofcreateIndexes(String,List)
that ignores the result of the operation.MongoClient.createIndexWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject key, io.vertx.ext.mongo.IndexOptions options) Variant ofcreateIndexWithOptions(String,JsonObject,IndexOptions)
that ignores the result of the operation.static MongoClient
MongoClient.createShared
(Vertx vertx, io.vertx.core.json.JsonObject config) static MongoClient
MongoClient.createShared
(Vertx vertx, io.vertx.core.json.JsonObject config, String dataSourceName) MongoClient.distinctAndForget
(String collection, String fieldName, String resultClassname) Variant ofdistinct(String,String,String)
that ignores the result of the operation.MongoClient.distinctAndForget
(String collection, String fieldName, String resultClassname, io.vertx.ext.mongo.DistinctOptions distinctOptions) Variant ofdistinct(String,String,String,DistinctOptions)
that ignores the result of the operation.MongoClient.distinctWithQueryAndForget
(String collection, String fieldName, String resultClassname, io.vertx.core.json.JsonObject query) Variant ofdistinctWithQuery(String,String,String,JsonObject)
that ignores the result of the operation.MongoClient.distinctWithQueryAndForget
(String collection, String fieldName, String resultClassname, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.DistinctOptions distinctOptions) Variant ofdistinctWithQuery(String,String,String,JsonObject,DistinctOptions)
that ignores the result of the operation.MongoClient.dropCollectionAndForget
(String collection) Variant ofdropCollection(String)
that ignores the result of the operation.MongoClient.dropIndexAndForget
(String collection, String indexName) Variant ofdropIndex(String,String)
that ignores the result of the operation.MongoClient.findAndForget
(String collection, io.vertx.core.json.JsonObject query) Variant offind(String,JsonObject)
that ignores the result of the operation.MongoClient.findOneAndDeleteAndForget
(String collection, io.vertx.core.json.JsonObject query) Variant offindOneAndDelete(String,JsonObject)
that ignores the result of the operation.MongoClient.findOneAndDeleteWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.FindOptions findOptions) Variant offindOneAndDeleteWithOptions(String,JsonObject,FindOptions)
that ignores the result of the operation.MongoClient.findOneAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject fields) Variant offindOne(String,JsonObject,JsonObject)
that ignores the result of the operation.MongoClient.findOneAndReplaceAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject replace) Variant offindOneAndReplace(String,JsonObject,JsonObject)
that ignores the result of the operation.MongoClient.findOneAndReplaceWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject replace, io.vertx.ext.mongo.FindOptions findOptions, io.vertx.ext.mongo.UpdateOptions updateOptions) Variant offindOneAndReplaceWithOptions(String,JsonObject,JsonObject,FindOptions,UpdateOptions)
that ignores the result of the operation.MongoClient.findOneAndUpdateAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject update) Variant offindOneAndUpdate(String,JsonObject,JsonObject)
that ignores the result of the operation.MongoClient.findOneAndUpdateWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject update, io.vertx.ext.mongo.FindOptions findOptions, io.vertx.ext.mongo.UpdateOptions updateOptions) Variant offindOneAndUpdateWithOptions(String,JsonObject,JsonObject,FindOptions,UpdateOptions)
that ignores the result of the operation.MongoClient.findWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.FindOptions options) Variant offindWithOptions(String,JsonObject,FindOptions)
that ignores the result of the operation.MongoClient.getCollectionsAndForget()
Variant ofgetCollections()
that ignores the result of the operation.MongoClient.insertAndForget
(String collection, io.vertx.core.json.JsonObject document) Variant ofinsert(String,JsonObject)
that ignores the result of the operation.MongoClient.insertWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject document, io.vertx.ext.mongo.WriteOption writeOption) Variant ofinsertWithOptions(String,JsonObject,WriteOption)
that ignores the result of the operation.MongoClient.listIndexesAndForget
(String collection) Variant oflistIndexes(String)
that ignores the result of the operation.static MongoClient
MongoClient.newInstance
(io.vertx.ext.mongo.MongoClient arg) MongoClient.removeDocumentAndForget
(String collection, io.vertx.core.json.JsonObject query) Variant ofremoveDocument(String,JsonObject)
that ignores the result of the operation.MongoClient.removeDocumentsAndForget
(String collection, io.vertx.core.json.JsonObject query) Variant ofremoveDocuments(String,JsonObject)
that ignores the result of the operation.MongoClient.removeDocumentsWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.WriteOption writeOption) Variant ofremoveDocumentsWithOptions(String,JsonObject,WriteOption)
that ignores the result of the operation.MongoClient.removeDocumentWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.WriteOption writeOption) Variant ofremoveDocumentWithOptions(String,JsonObject,WriteOption)
that ignores the result of the operation.MongoClient.replaceDocumentsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject replace) Variant ofreplaceDocuments(String,JsonObject,JsonObject)
that ignores the result of the operation.MongoClient.replaceDocumentsWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject replace, io.vertx.ext.mongo.UpdateOptions options) Variant ofreplaceDocumentsWithOptions(String,JsonObject,JsonObject,UpdateOptions)
that ignores the result of the operation.MongoClient.runCommandAndForget
(String commandName, io.vertx.core.json.JsonObject command) Variant ofrunCommand(String,JsonObject)
that ignores the result of the operation.MongoClient.saveAndForget
(String collection, io.vertx.core.json.JsonObject document) Variant ofsave(String,JsonObject)
that ignores the result of the operation.MongoClient.saveWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject document, io.vertx.ext.mongo.WriteOption writeOption) Variant ofsaveWithOptions(String,JsonObject,WriteOption)
that ignores the result of the operation.MongoClient.updateCollectionAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonArray update) Variant ofupdateCollection(String,JsonObject,JsonArray)
that ignores the result of the operation.MongoClient.updateCollectionAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject update) Variant ofupdateCollection(String,JsonObject,JsonObject)
that ignores the result of the operation.MongoClient.updateCollectionWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonArray update, io.vertx.ext.mongo.UpdateOptions options) Variant ofupdateCollectionWithOptions(String,JsonObject,JsonArray,UpdateOptions)
that ignores the result of the operation.MongoClient.updateCollectionWithOptionsAndForget
(String collection, io.vertx.core.json.JsonObject query, io.vertx.core.json.JsonObject update, io.vertx.ext.mongo.UpdateOptions options) Variant ofupdateCollectionWithOptions(String,JsonObject,JsonObject,UpdateOptions)
that ignores the result of the operation. -
Uses of MongoClient in io.vertx.mutiny.servicediscovery.types
Methods in io.vertx.mutiny.servicediscovery.types that return MongoClientModifier and TypeMethodDescriptionstatic MongoClient
MongoDataSource.getMongoClientAndAwait
(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter) static MongoClient
MongoDataSource.getMongoClientAndAwait
(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject consumerConfiguration) static MongoClient
MongoDataSource.getMongoClientAndAwait
(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record, Boolean> filter) Methods in io.vertx.mutiny.servicediscovery.types that return types with arguments of type MongoClientModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<MongoClient>
MongoDataSource.getMongoClient
(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient
.static io.smallrye.mutiny.Uni<MongoClient>
MongoDataSource.getMongoClient
(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient
.static io.smallrye.mutiny.Uni<MongoClient>
MongoDataSource.getMongoClient
(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record, Boolean> filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient
.