Uses of Class
io.quarkus.mongodb.runtime.MongoClientSupport
Packages that use MongoClientSupport
-
Uses of MongoClientSupport in io.quarkus.mongodb.runtime
Methods in io.quarkus.mongodb.runtime that return types with arguments of type MongoClientSupportModifier and TypeMethodDescriptionMongoClientRecorder.mongoClientSupportSupplier
(List<String> bsonDiscriminators, List<Supplier<com.mongodb.event.ConnectionPoolListener>> connectionPoolListenerSuppliers, boolean disableSslSupport) Constructors in io.quarkus.mongodb.runtime with parameters of type MongoClientSupportModifierConstructorDescriptionMongoClients
(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<MongoClientCustomizer> customizers)