Package cn.vertxup.ambient.service
Class ModelService
- java.lang.Object
-
- cn.vertxup.ambient.service.ModelService
-
-
Constructor Summary
Constructors Constructor Description ModelService()
-
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, String sigma)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
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchModule(String appId, String entry)
- Specified by:
fetchModulein interfaceModelStub
-
fetchModels
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchModels(String sigma)
- Specified by:
fetchModelsin interfaceModelStub
-
fetchAttrs
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAttrs(String identifier, String sigma)
- Specified by:
fetchAttrsin interfaceModelStub
-
-