You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class. This means the ``org.reactivestreams.Publisher[Void]`` type no longer
112
+
converts automatically to ``org.mongodb.scala.SingleObservable[Void]``. The also
113
+
API exposes ``org.mongodb.scala.Observable[Unit]`` instead of
114
+
``org.mongodb.scala.Observable[Void]``.
115
+
116
+
.. After the 5.0 Scala API docs are released, this line will be uncommented.
117
+
For more information, see the `Observable trait documentation <https://mongodb.github.io/mongo-java-driver/5.0/apidocs/mongo-scala-driver/org/mongodb/scala/Observable.html>`__.
0 commit comments