Interface UriApi


@EndPoint @Path("/api") public interface UriApi
Critical routing management 1. Metadata Analyzing for zero-framework 2. Call service interface of zero to get all routing information 3. Update routing on `RoutingCore` in zero framework Here are futures of these uri
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    createUri(io.vertx.core.json.JsonObject body)
     
  • Method Details

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