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 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 MongoClient Modifier and Type Field Description static TypeArg<MongoClient>
MongoClient. __TYPE_ARG
Methods in io.vertx.mutiny.ext.mongo that return MongoClient Modifier and Type Method Description MongoClient
MongoClient. bulkWriteAndForget(String collection, List<io.vertx.ext.mongo.BulkOperation> operations)
Variant ofio.vertx.mutiny.ext.mongo.MongoClient#bulkWrite(String,List
that ignores the result of the operation.) MongoClient
MongoClient. bulkWriteWithOptionsAndForget(String collection, List<io.vertx.ext.mongo.BulkOperation> operations, io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions)
Variant ofio.vertx.mutiny.ext.mongo.MongoClient#bulkWriteWithOptions(String,List
that ignores the result of the operation.,BulkWriteOptions) MongoClient
MongoClient. countAndForget(String collection, io.vertx.core.json.JsonObject query)
Variant ofcount(String,JsonObject)
that ignores the result of the operation.static MongoClient
MongoClient. create(Vertx vertx, io.vertx.core.json.JsonObject config)
MongoClient
MongoClient. createCollectionAndForget(String collectionName)
Variant ofcreateCollection(String)
that ignores the result of the operation.MongoClient
MongoClient. createDefaultGridFsBucketServiceAndForget()
Variant ofcreateDefaultGridFsBucketService()
that ignores the result of the operation.MongoClient
MongoClient. createGridFsBucketServiceAndForget(String bucketName)
Variant ofcreateGridFsBucketService(String)
that ignores the result of the operation.MongoClient
MongoClient. createIndexAndForget(String collection, io.vertx.core.json.JsonObject key)
Variant ofcreateIndex(String,JsonObject)
that ignores the result of the operation.MongoClient
MongoClient. createIndexesAndForget(String collection, List<io.vertx.ext.mongo.IndexModel> indexes)
Variant ofio.vertx.mutiny.ext.mongo.MongoClient#createIndexes(String,List
that ignores the result of the operation.) MongoClient
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
MongoClient. distinctAndForget(String collection, String fieldName, String resultClassname)
Variant ofdistinct(String,String,String)
that ignores the result of the operation.MongoClient
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
MongoClient. dropCollectionAndForget(String collection)
Variant ofdropCollection(String)
that ignores the result of the operation.MongoClient
MongoClient. dropIndexAndForget(String collection, String indexName)
Variant ofdropIndex(String,String)
that ignores the result of the operation.MongoClient
MongoClient. findAndForget(String collection, io.vertx.core.json.JsonObject query)
Variant offind(String,JsonObject)
that ignores the result of the operation.MongoClient
MongoClient. findOneAndDeleteAndForget(String collection, io.vertx.core.json.JsonObject query)
Variant offindOneAndDelete(String,JsonObject)
that ignores the result of the operation.MongoClient
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
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
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
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
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
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
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
MongoClient. getCollectionsAndForget()
Variant ofgetCollections()
that ignores the result of the operation.MongoClient
MongoClient. insertAndForget(String collection, io.vertx.core.json.JsonObject document)
Variant ofinsert(String,JsonObject)
that ignores the result of the operation.MongoClient
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
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
MongoClient. removeDocumentAndForget(String collection, io.vertx.core.json.JsonObject query)
Variant ofremoveDocument(String,JsonObject)
that ignores the result of the operation.MongoClient
MongoClient. removeDocumentsAndForget(String collection, io.vertx.core.json.JsonObject query)
Variant ofremoveDocuments(String,JsonObject)
that ignores the result of the operation.MongoClient
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
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
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
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
MongoClient. runCommandAndForget(String commandName, io.vertx.core.json.JsonObject command)
Variant ofrunCommand(String,JsonObject)
that ignores the result of the operation.MongoClient
MongoClient. saveAndForget(String collection, io.vertx.core.json.JsonObject document)
Variant ofsave(String,JsonObject)
that ignores the result of the operation.MongoClient
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
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
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
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
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 MongoClient Modifier and Type Method Description static 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)
Blocking variant ofio.vertx.mutiny.servicediscovery.types.MongoDataSource#getMongoClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function
.) 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
.
-