Uses of Class
io.vertx.mutiny.ext.mongo.MongoClient
-
Packages that use MongoClient Package Description io.vertx.mutiny.ext.auth.mongo io.vertx.mutiny.ext.mongo io.vertx.mutiny.servicediscovery.types -
-
Uses of MongoClient in io.vertx.mutiny.ext.auth.mongo
Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type MongoClient Modifier and Type Method Description static MongoAuthMongoAuth. create(MongoClient mongoClient, io.vertx.core.json.JsonObject config)Deprecated.static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options)static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options)static MongoAuthorizationMongoAuthorization. create(String providerId, MongoClient mongoClient, io.vertx.ext.auth.mongo.MongoAuthorizationOptions options)static MongoUserUtilMongoUserUtil. create(MongoClient client)static MongoUserUtilMongoUserUtil. 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 MongoClient Modifier and Type Field Description static TypeArg<MongoClient>MongoClient. __TYPE_ARGMethods in io.vertx.mutiny.ext.mongo that return MongoClient Modifier and Type Method Description MongoClientMongoClient. bulkWriteAndForget(String collection, List<io.vertx.ext.mongo.BulkOperation> operations)Variant ofbulkWrite(String,List)that ignores the result of the operation.MongoClientMongoClient. 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.MongoClientMongoClient. countAndForget(String collection, io.vertx.core.json.JsonObject query)Variant ofcount(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. 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 MongoClientMongoClient. create(Vertx vertx, io.vertx.core.json.JsonObject config)MongoClientMongoClient. createCollectionAndForget(String collectionName)Variant ofcreateCollection(String)that ignores the result of the operation.MongoClientMongoClient. createCollectionWithOptionsAndForget(String collectionName, io.vertx.ext.mongo.CreateCollectionOptions collectionOptions)Variant ofcreateCollectionWithOptions(String,CreateCollectionOptions)that ignores the result of the operation.MongoClientMongoClient. createDefaultGridFsBucketServiceAndForget()Variant ofcreateDefaultGridFsBucketService()that ignores the result of the operation.MongoClientMongoClient. createGridFsBucketServiceAndForget(String bucketName)Variant ofcreateGridFsBucketService(String)that ignores the result of the operation.MongoClientMongoClient. createIndexAndForget(String collection, io.vertx.core.json.JsonObject key)Variant ofcreateIndex(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. createIndexesAndForget(String collection, List<io.vertx.ext.mongo.IndexModel> indexes)Variant ofcreateIndexes(String,List)that ignores the result of the operation.MongoClientMongoClient. 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 MongoClientMongoClient. createShared(Vertx vertx, io.vertx.core.json.JsonObject config)static MongoClientMongoClient. createShared(Vertx vertx, io.vertx.core.json.JsonObject config, String dataSourceName)MongoClientMongoClient. distinctAndForget(String collection, String fieldName, String resultClassname)Variant ofdistinct(String,String,String)that ignores the result of the operation.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. dropCollectionAndForget(String collection)Variant ofdropCollection(String)that ignores the result of the operation.MongoClientMongoClient. dropIndexAndForget(String collection, String indexName)Variant ofdropIndex(String,String)that ignores the result of the operation.MongoClientMongoClient. findAndForget(String collection, io.vertx.core.json.JsonObject query)Variant offind(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. findOneAndDeleteAndForget(String collection, io.vertx.core.json.JsonObject query)Variant offindOneAndDelete(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. getCollectionsAndForget()Variant ofgetCollections()that ignores the result of the operation.MongoClientMongoClient. insertAndForget(String collection, io.vertx.core.json.JsonObject document)Variant ofinsert(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. 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.MongoClientMongoClient. listIndexesAndForget(String collection)Variant oflistIndexes(String)that ignores the result of the operation.static MongoClientMongoClient. newInstance(io.vertx.ext.mongo.MongoClient arg)MongoClientMongoClient. removeDocumentAndForget(String collection, io.vertx.core.json.JsonObject query)Variant ofremoveDocument(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. removeDocumentsAndForget(String collection, io.vertx.core.json.JsonObject query)Variant ofremoveDocuments(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. runCommandAndForget(String commandName, io.vertx.core.json.JsonObject command)Variant ofrunCommand(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. saveAndForget(String collection, io.vertx.core.json.JsonObject document)Variant ofsave(String,JsonObject)that ignores the result of the operation.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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.MongoClientMongoClient. 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 MongoClient Modifier and Type Method Description static MongoClientMongoDataSource. getMongoClientAndAwait(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter)static MongoClientMongoDataSource. getMongoClientAndAwait(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject consumerConfiguration)static MongoClientMongoDataSource. getMongoClientAndAwait(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter)Methods in io.vertx.mutiny.servicediscovery.types that return types with arguments of type MongoClient Modifier and Type Method Description static 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.
-