Uses of Interface
io.quarkus.mongodb.reactive.ReactiveMongoDatabase
Packages that use ReactiveMongoDatabase
-
Uses of ReactiveMongoDatabase in io.quarkus.mongodb.impl
Classes in io.quarkus.mongodb.impl that implement ReactiveMongoDatabaseMethods in io.quarkus.mongodb.impl that return ReactiveMongoDatabase -
Uses of ReactiveMongoDatabase in io.quarkus.mongodb.reactive
Methods in io.quarkus.mongodb.reactive that return ReactiveMongoDatabaseModifier and TypeMethodDescriptionReactiveMongoClient.getDatabase
(String name) Retrieves aReactiveMongoDatabase
with the given name.