Skip to content

Commit

Permalink
Correct missing watch database in reactive mongodb client
Browse files Browse the repository at this point in the history
  • Loading branch information
ruget committed Oct 25, 2022
1 parent 03744f9 commit 3da378e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public Multi<ChangeStreamDocument<Document>> watch() {

@Override
public Multi<ChangeStreamDocument<Document>> watch(ChangeStreamOptions options) {
return null;
return Wrappers.toMulti(apply(options, database.watch()));
}

@Override
Expand Down

0 comments on commit 3da378e

Please sign in to comment.