Interface ModelStub

All Known Implementing Classes:
ModelService

public interface ModelStub
  • Method Summary

    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>
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchModule(String appId, String entry)
     
  • Method Details

    • fetchModule

      io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchModule(String appId, String entry)
    • fetchModels

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchModels(String sigma)
    • fetchAttrs

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAttrs(String identifier, String sigma)