| Modifier and Type | Method and Description |
|---|---|
String |
connect(io.vertx.core.json.JsonObject body) |
io.vertx.core.json.JsonObject |
init(String appId,
io.vertx.core.json.JsonObject body) |
io.vertx.core.json.JsonObject |
prepare(String name) |
@Path(value="/app/init") @POST @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-INIT") io.vertx.core.json.JsonObject init(@HeaderParam(value="X-App-Id") String appId, @BodyParam io.vertx.core.json.JsonObject body)
@Path(value="/app/prepare/{name}") @POST @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-PREPARE") io.vertx.core.json.JsonObject prepare(@PathParam(value="name") String name)
Copyright © 2021. All rights reserved.