We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5a79d commit b68b580Copy full SHA for b68b580
driver-scala/src/it/scala/org/mongodb/scala/syncadapter/SyncChangeStreamIterable.scala
@@ -94,4 +94,9 @@ case class SyncChangeStreamIterable[T](wrapped: ChangeStreamObservable[T])
94
wrapped.comment(comment)
95
this
96
}
97
+
98
+ override def showExpandedEvents(showExpandedEvents: Boolean): ChangeStreamIterable[T] = {
99
+ wrapped.showExpandedEvents(showExpandedEvents)
100
+ this
101
+ }
102
0 commit comments