Uses of Interface
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
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, io.quarkus.tls.TlsConfigurationRegistry tlsConfigurationRegistry, 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, io.vertx.core.Vertx vertx) Constructor parameters in io.quarkus.mongodb.runtime with type arguments of type MongodbConfig