Skip to content

Commit

Permalink
Merge pull request quarkusio#28828 from ruget/28827
Browse files Browse the repository at this point in the history
Fix watch document with option when watch a database on reactive mongo client
  • Loading branch information
gsmet authored Oct 26, 2022
2 parents ed68e68 + 3da378e commit 6b60931
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 6b60931

Please sign in to comment.