Uses of Class
vertx.mongodb.effect.UpdateMessage
-
Packages that use UpdateMessage Package Description vertx.mongodb.effect.codecs vertx.mongodb.effect.functions -
-
Uses of UpdateMessage in vertx.mongodb.effect.codecs
Methods in vertx.mongodb.effect.codecs that return UpdateMessage Modifier and Type Method Description UpdateMessage
UpdateMessageCodec. decodeFromWire(int pos, io.vertx.core.buffer.Buffer buffer)
UpdateMessage
UpdateMessageCodec. transform(UpdateMessage message)
Methods in vertx.mongodb.effect.codecs with parameters of type UpdateMessage Modifier and Type Method Description void
UpdateMessageCodec. encodeToWire(io.vertx.core.buffer.Buffer buffer, UpdateMessage updateMessage)
UpdateMessage
UpdateMessageCodec. transform(UpdateMessage message)
-
Uses of UpdateMessage in vertx.mongodb.effect.functions
Methods in vertx.mongodb.effect.functions with parameters of type UpdateMessage Modifier and Type Method Description vertx.effect.Val<jsonvalues.JsObj>
FindOneAndReplace. apply(io.vertx.core.MultiMap context, UpdateMessage message)
vertx.effect.Val<jsonvalues.JsObj>
FindOneAndUpdate. apply(io.vertx.core.MultiMap context, UpdateMessage message)
vertx.effect.Val<O>
ReplaceOne. apply(io.vertx.core.MultiMap context, UpdateMessage message)
vertx.effect.Val<O>
UpdateMany. apply(io.vertx.core.MultiMap context, UpdateMessage message)
vertx.effect.Val<O>
UpdateOne. apply(io.vertx.core.MultiMap context, UpdateMessage message)
-