public interface App extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
void |
close() |
void |
exec(io.vertx.ext.auth.User user,
io.vertx.core.json.JsonObject inputs,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
void close()
void exec(io.vertx.ext.auth.User user, io.vertx.core.json.JsonObject inputs, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) throws java.lang.Exception
java.lang.Exception