Skip to content

Commit

Permalink
Correct missing watch database in reactive mongodb client
Browse files Browse the repository at this point in the history
(cherry picked from commit 3da378e)
  • Loading branch information
ruget authored and zakkak committed Nov 15, 2022
1 parent 3a51748 commit acd8eed
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 acd8eed

Please sign in to comment.