Interface ControlStub

  • All Known Implementing Classes:
    ControlService

    public interface ControlStub
    • Method Detail

      • fetchControls

        io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchControls​(String pageId)
      • fetchById

        io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchById​(String control)
      • fetchControl

        io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchControl​(ControlType controlType,
                                                                         io.vertx.core.json.JsonObject params)