Uses of Interface
io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Packages that use ReactiveMongoDatabase Package Description io.quarkus.mongodb.impl io.quarkus.mongodb.reactive -
-
Uses of ReactiveMongoDatabase in io.quarkus.mongodb.impl
Classes in io.quarkus.mongodb.impl that implement ReactiveMongoDatabase Modifier and Type Class Description class
ReactiveMongoDatabaseImpl
Methods in io.quarkus.mongodb.impl that return ReactiveMongoDatabase Modifier and Type Method Description ReactiveMongoDatabase
ReactiveMongoClientImpl. getDatabase(String name)
-
Uses of ReactiveMongoDatabase in io.quarkus.mongodb.reactive
Methods in io.quarkus.mongodb.reactive that return ReactiveMongoDatabase Modifier and Type Method Description ReactiveMongoDatabase
ReactiveMongoClient. getDatabase(String name)
Retrieves aReactiveMongoDatabase
with the given name.
-