public class ControlService extends Object implements ControlStub
| Constructor and Description |
|---|
ControlService() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchById(String control) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchControls(String pageId) |
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchControls(String pageId)
fetchControls in interface ControlStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchById(String control)
fetchById in interface ControlStubCopyright © 2020. All rights reserved.