Interface ControlStub

All Known Implementing Classes:
ControlService

public interface ControlStub
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchById(String control)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchControl(ControlType controlType, io.vertx.core.json.JsonObject params)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
     
  • Method Details

    • 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)