Interface ActionAgent


  • @EndPoint
    @Path("/api")
    public interface ActionAgent
    Author:
    Lang
    • Method Detail

      • searchAuthorized

        @POST
        @Path("action/seek")
        @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/X-ACTION/SEEK")
        io.vertx.core.json.JsonArray searchAuthorized​(@HeaderParam("X-Sigma")
                                                      String sigma,
                                                      @BodyParam
                                                      io.vertx.core.json.JsonObject params)
      • searchAll

        @POST
        @Path("action/ready")
        @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/X-ACTION/READY")
        io.vertx.core.json.JsonArray searchAll​(@HeaderParam("X-Sigma")
                                               String sigma,
                                               @BodyParam
                                               io.vertx.core.json.JsonObject params)