Package cn.vertxup.jet.api
Interface UriApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleancreateUri(io.vertx.core.json.JsonObject body)
-
-
-
Method Detail
-
createUri
@Path("routing/create") @POST @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a0\u03af\u03b4\u03b1\u03ba\u03b1\u03c2 \u03b4\u03c1\u03bf\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03c4\u03ae/X-API/ROUTE/NEW") Boolean createUri(@BodyParam io.vertx.core.json.JsonObject body)
-
-