| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonArray |
getAll(String actor) |
io.vertx.core.json.JsonObject |
getById(String actor,
String key) |
io.vertx.core.json.JsonArray |
getFull(String actor) |
io.vertx.core.json.JsonArray |
getMy(String actor) |
@GET @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-GET/ID") @Adjust(value=10000000) io.vertx.core.json.JsonObject getById(@PathParam(value="actor") String actor, @PathParam(value="key") String key)
@GET @Path(value="/columns/{actor}/full") @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/FULL") @Adjust(value=10000000) io.vertx.core.json.JsonArray getFull(@PathParam(value="actor") String actor)
@GET @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") @Adjust(value=10000000) io.vertx.core.json.JsonArray getMy(@PathParam(value="actor") String actor)
@GET @Path(value="/{actor}/by/sigma") @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-GET/ALL") @Adjust(value=10000000) io.vertx.core.json.JsonArray getAll(@PathParam(value="actor") String actor)
Copyright © 2021. All rights reserved.