Package cn.vertxup.crud.api
Interface GetAgent
-
@EndPoint @Path("/api") public interface GetAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.json.JsonArraygetAll(String actor, String module)io.vertx.core.json.JsonObjectgetById(String actor, String key)
-
-
-
Method Detail
-
getById
@GET @Path("/{actor}/{key}") @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-GET/ID") @Adjust(10000000) io.vertx.core.json.JsonObject getById(@PathParam("actor") String actor, @PathParam("key") String key)
-
getAll
@GET @Path("/{actor}/by/sigma") @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-GET/ALL") @Adjust(10000000) io.vertx.core.json.JsonArray getAll(@PathParam("actor") String actor, @QueryParam("module") String module)
-
-