Uses of Interface
io.quarkus.mongodb.runtime.MongoConfig
Packages that use MongoConfig
-
Uses of MongoConfig in io.quarkus.mongodb.health
Fields in io.quarkus.mongodb.health declared as MongoConfig -
Uses of MongoConfig in io.quarkus.mongodb.runtime
Constructors in io.quarkus.mongodb.runtime with parameters of type MongoConfigModifierConstructorDescriptionMongoClients(MongoConfig mongoConfig, 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 MongoConfigModifierConstructorDescriptionMongoClientRecorder(io.quarkus.runtime.RuntimeValue<MongoConfig> runtimeConfig)