| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonArray |
getMy(String actor,
io.vertx.core.json.JsonArray projection) |
io.vertx.core.json.JsonObject |
update(String actor,
String key,
io.vertx.core.json.JsonObject data) |
io.vertx.core.json.JsonArray |
updateBatch(String actor,
io.vertx.core.json.JsonArray dataArray) |
@PUT @Path(value="/{actor}/{key}") @Address(value="\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") @Adjust(value=10000000) io.vertx.core.json.JsonObject update(@PathParam(value="actor") String actor, @PathParam(value="key") String key, @BodyParam io.vertx.core.json.JsonObject data)
@PUT @Path(value="/batch/{actor}/update") @Address(value="\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") @Adjust(value=10000000) io.vertx.core.json.JsonArray updateBatch(@PathParam(value="actor") String actor, @BodyParam io.vertx.core.json.JsonArray dataArray)
@PUT @Path(value="/columns/{actor}/my") @Address(value="\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") @Adjust(value=10000000) io.vertx.core.json.JsonArray getMy(@PathParam(value="actor") String actor, @BodyParam io.vertx.core.json.JsonArray projection)
Copyright © 2021. All rights reserved.