Class ModelService

    • Constructor Detail

      • ModelService

        public ModelService()
    • Method Detail

      • 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