Uses of Class
io.quarkus.mongodb.runtime.MongodbConfig
Packages that use MongodbConfig
-
Uses of MongodbConfig in io.quarkus.mongodb.health
Constructors in io.quarkus.mongodb.health with parameters of type MongodbConfig -
Uses of MongodbConfig in io.quarkus.mongodb.runtime
Methods in io.quarkus.mongodb.runtime with parameters of type MongodbConfigModifier and TypeMethodDescriptionSupplier
<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 loopMongoClientRecorder.reactiveMongoClientSupplier
(String clientName, MongodbConfig mongodbConfig) Constructors in io.quarkus.mongodb.runtime with parameters of type MongodbConfigModifierConstructorDescriptionMongoClients
(MongodbConfig mongodbConfig, MongoClientSupport mongoClientSupport, jakarta.enterprise.inject.Instance<org.bson.codecs.configuration.CodecProvider> codecProviders, jakarta.enterprise.inject.Instance<org.bson.codecs.pojo.PropertyCodecProvider> propertyCodecProviders, jakarta.enterprise.inject.Instance<com.mongodb.event.CommandListener> commandListeners, jakarta.enterprise.inject.Instance<com.mongodb.reactivestreams.client.ReactiveContextProvider> reactiveContextProviders, jakarta.enterprise.inject.Instance<MongoClientCustomizer> customizers)