Package cn.vertxup.crud.api
Class PutActor
java.lang.Object
cn.vertxup.crud.api.PutActor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.up.commune.Envelop>update(io.vertx.up.commune.Envelop envelop) io.vertx.core.Future<io.vertx.up.commune.Envelop>updateBatch(io.vertx.up.commune.Envelop envelop) io.vertx.core.Future<io.vertx.core.json.JsonObject>updateColumn(io.vertx.up.commune.Envelop envelop)
-
Constructor Details
-
PutActor
public PutActor()
-
-
Method Details
-
update
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2/X-PUT/ID") public io.vertx.core.Future<io.vertx.up.commune.Envelop> update(io.vertx.up.commune.Envelop envelop) -
updateBatch
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2/X-PUT/BATCH") public io.vertx.core.Future<io.vertx.up.commune.Envelop> updateBatch(io.vertx.up.commune.Envelop envelop) -
updateColumn
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2/X-COLUMN/MY/PUT") public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateColumn(io.vertx.up.commune.Envelop envelop)
-