Uses of Class
io.quarkus.mongodb.runtime.MongodbConfig
-
Packages that use MongodbConfig Package Description io.quarkus.mongodb.health io.quarkus.mongodb.runtime -
-
Uses of MongodbConfig in io.quarkus.mongodb.health
Methods in io.quarkus.mongodb.health with parameters of type MongodbConfig Modifier and Type Method Description voidMongoHealthCheck. configure(MongodbConfig config) -
Uses of MongodbConfig in io.quarkus.mongodb.runtime
Methods in io.quarkus.mongodb.runtime with parameters of type MongodbConfig Modifier and Type Method Description Supplier<com.mongodb.client.MongoClient>MongoClientRecorder. mongoClientSupplier(String clientName, MongodbConfig mongodbConfig)Supplier<ReactiveMongoClient>MongoClientRecorder. reactiveMongoClientSupplier(String clientName, MongodbConfig mongodbConfig)Constructors in io.quarkus.mongodb.runtime with parameters of type MongodbConfig Constructor Description MongoClients(MongodbConfig mongodbConfig, MongoClientSupport mongoClientSupport)
-