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 classReactiveMongoDatabaseImplMethods in io.quarkus.mongodb.impl that return ReactiveMongoDatabase Modifier and Type Method Description ReactiveMongoDatabaseReactiveMongoClientImpl. 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 ReactiveMongoDatabaseReactiveMongoClient. getDatabase(String name)Retrieves aReactiveMongoDatabasewith the given name.
-