Class ModelService

java.lang.Object
cn.vertxup.ambient.service.ModelService
All Implemented Interfaces:
ModelStub

public class ModelService extends Object implements ModelStub
  • Constructor Details

    • ModelService

      public ModelService()
  • Method Details

    • fetchModule

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchModule(String appId, String entry)
      Specified by:
      fetchModule in interface ModelStub
    • fetchModels

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchModels(String sigma)
      Specified by:
      fetchModels in interface ModelStub
    • fetchAttrs

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAttrs(String identifier, String sigma)
      Specified by:
      fetchAttrs in interface ModelStub