Package de.bwaldvogel.mongo
Interface AsyncMongoDatabase
- All Known Subinterfaces:
MongoDatabase
- All Known Implementing Classes:
AbstractMongoDatabase,AbstractSynchronizedMongoDatabase
public interface AsyncMongoDatabase
-
Method Summary
Modifier and TypeMethodDescriptionhandleCommandAsync(io.netty.channel.Channel channel, String command, Document query, Oplog oplog) handleQueryAsync(MongoQuery query)
-
Method Details
-
handleCommandAsync
CompletionStage<Document> handleCommandAsync(io.netty.channel.Channel channel, String command, Document query, Oplog oplog) -
handleQueryAsync
-