Uses of Class
vertx.mongodb.effect.UpdateMessage
Packages that use UpdateMessage
-
Uses of UpdateMessage in vertx.mongodb.effect.functions
Methods in vertx.mongodb.effect.functions with parameters of type UpdateMessageModifier and TypeMethodDescriptionvertx.effect.VIO<jsonvalues.JsObj>
FindOneAndReplace.apply
(io.vertx.core.MultiMap context, UpdateMessage message) vertx.effect.VIO<jsonvalues.JsObj>
FindOneAndUpdate.apply
(io.vertx.core.MultiMap context, UpdateMessage message) vertx.effect.VIO<O>
ReplaceOne.apply
(io.vertx.core.MultiMap context, UpdateMessage message) vertx.effect.VIO<O>
UpdateMany.apply
(io.vertx.core.MultiMap context, UpdateMessage message) vertx.effect.VIO<O>
UpdateOne.apply
(io.vertx.core.MultiMap context, UpdateMessage message)