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 void
MongoHealthCheck. 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)
void
MongoClientRecorder. performInitialization(MongodbConfig config, RuntimeValue<io.vertx.core.Vertx> vertx)
We need to perform some initialization work on the main thread to ensure that reactive operations (such as DNS resolution) don't end up being performed on the event loopSupplier<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, javax.enterprise.inject.Instance<org.bson.codecs.configuration.CodecProvider> codecProviders, javax.enterprise.inject.Instance<org.bson.codecs.pojo.PropertyCodecProvider> propertyCodecProviders, javax.enterprise.inject.Instance<com.mongodb.event.CommandListener> commandListeners)
-