Uses of Class
io.quarkus.mongodb.deployment.MongoUnremovableClientsBuildItem
-
-
Uses of MongoUnremovableClientsBuildItem in io.quarkus.mongodb.deployment
Methods in io.quarkus.mongodb.deployment that return MongoUnremovableClientsBuildItem Modifier and Type Method Description (package private) MongoUnremovableClientsBuildItemMongoClientProcessor. unremovable(BuildProducer<MongoClientBuildItem> producer)WhenMongoClientBuildItemis actually consumed by the build, then we need to make all the Mongo client beans unremovable, because they can be potentially used by the consumers
-