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

Add support for the Reactive Mongo Java driver #1

Merged
merged 10 commits into from Sep 1, 2022

Commits on Jun 1, 2022

  1. Copy the full SHA
    e071969 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc04d7a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2232f37 View commit details
    Browse the repository at this point in the history
  4. Add some basic types of Subscribers

    chan-subscriber to return a core.async channel on which results/errors will be
    returned
    basic-subscriber which can take callbacks for onNext/Complete/Error
    value-subscriber which returns a promise which fulfils with the returned value in onComplete
    rhishikeshj committed Jun 1, 2022
    Copy the full SHA
    b1a8449 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Copy the full SHA
    5c1d3f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Copy the full SHA
    0c09d05 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6109980 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d7fde7c View commit details
    Browse the repository at this point in the history
  4. Move the subscriber functionality to a different namespace.

    Also, fix typos! Apparently i can't spell :D
    rhishikeshj committed Jun 3, 2022
    Copy the full SHA
    784af35 View commit details
    Browse the repository at this point in the history
  5. Update README

    rhishikeshj committed Jun 3, 2022
    Copy the full SHA
    3e81297 View commit details
    Browse the repository at this point in the history