Package cn.vertxup.ambient.api
Interface ModelAgent
-
@EndPoint @Path("/api") public interface ModelAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.json.JsonArraymodelAttributes(String identifier)io.vertx.core.json.JsonArraymodels(String appId)io.vertx.core.json.JsonObjectmoduleByName(String appId, String entry)
-
-
-
Method Detail
-
moduleByName
@Path("/module") @GET @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-MODULE/NAME") io.vertx.core.json.JsonObject moduleByName(@HeaderParam("X-App-Id") String appId, @QueryParam("entry") String entry)
-
modelAttributes
@Path("/model/fields/:identifier") @GET @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-MODEL/FIELDS") io.vertx.core.json.JsonArray modelAttributes(@PathParam("identifier") String identifier)
-
models
@Path("/model") @GET @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-MODEL/LIST") io.vertx.core.json.JsonArray models(@HeaderParam("X-Sigma") String appId)
-
-