@EndPoint public interface AppAgent
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
byId(String appId) |
io.vertx.core.json.JsonObject |
byName(String name) |
io.vertx.core.json.JsonObject |
fetchMenus(String appId) |
@Path(value="/app/name/{name}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-APP/BY-NAME") io.vertx.core.json.JsonObject byName(@PathParam(value="name") String name)
@Path(value="/api/menus") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-MENU/APP-ID") io.vertx.core.json.JsonObject fetchMenus(@HeaderParam(value="X-App-Id") String appId)
Copyright © 2021. All rights reserved.