Interface MenuAgent


  • @EndPoint
    @Path("/api")
    public interface MenuAgent
    Author:
    Lang
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.vertx.core.json.JsonObject fetchMy​(io.vertx.core.json.JsonObject body)  
      io.vertx.core.json.JsonObject saveMy​(io.vertx.core.json.JsonObject body)  
    • Method Detail

      • fetchMy

        @POST
        @Path("/my/menu/fetch")
        @Address("\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/MY/FETCH")
        io.vertx.core.json.JsonObject fetchMy​(@BodyParam
                                              io.vertx.core.json.JsonObject body)
      • saveMy

        @POST
        @Path("/my/menu/save")
        @Address("\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/MY/SAVE")
        io.vertx.core.json.JsonObject saveMy​(@BodyParam
                                             io.vertx.core.json.JsonObject body)