Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds missing mongo options #200

Merged
merged 2 commits into from Aug 9, 2020

Conversation

bdrillard
Copy link
Contributor

Closes #199

Adds keys for the remaining MongoClientOptions.Builder methods.

Also exposes passive option map keys for sequences of some option values where the builder API would fluently accept multiple options of the same type, e.g. :add-command-listener being the current key, and :add-command-listeners being the new key that could be a vector of objects of the same type as the singleton key.

Lexicographically sorts the option map keys and their associated methods in the code to clean things up a bit.

@michaelklishin michaelklishin merged commit c2cbdca into michaelklishin:master Aug 9, 2020
@michaelklishin
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mongo-options missing option setters
2 participants