vertx-mongo-client
vertx-mongo-client copied to clipboard
Support ReadPreference Option For Find
As my current project requires ReadPreference setting on operation level, I add this feature to Vertx Mongo Client.
This is adding support of ReadPreference for findOne, findWithOptions and findBatchWithOptions.