Package cn.vertxup.ambient.api
Class ModelActor
- java.lang.Object
-
- cn.vertxup.ambient.api.ModelActor
-
@Queue public class ModelActor extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAttrs(String identifier, io.vertx.up.commune.config.XHeader header)io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchModels(String sigma)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchModule(String appId, String entry)
-
-
-
Method Detail
-
fetchModule
@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") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchModule(String appId, String entry)
-
fetchModels
@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") public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchModels(String sigma)
-
fetchAttrs
@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") public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAttrs(String identifier, io.vertx.up.commune.config.XHeader header)
-
-