Uses of Class
io.quarkus.mongodb.runtime.MongoClientSupport
-
Packages that use MongoClientSupport Package Description io.quarkus.mongodb.runtime -
-
Uses of MongoClientSupport in io.quarkus.mongodb.runtime
Methods in io.quarkus.mongodb.runtime that return types with arguments of type MongoClientSupport Modifier and Type Method Description Supplier<MongoClientSupport>
MongoClientRecorder. mongoClientSupportSupplier(List<String> codecProviders, List<String> propertyCodecProviders, List<String> bsonDiscriminators, List<String> commandListeners, List<Supplier<com.mongodb.event.ConnectionPoolListener>> connectionPoolListenerSuppliers, boolean disableSslSupport)
Constructors in io.quarkus.mongodb.runtime with parameters of type MongoClientSupport Constructor Description MongoClients(MongodbConfig mongodbConfig, MongoClientSupport mongoClientSupport)
-