Constructor and Description |
---|
AbstractApp() |
Modifier and Type | Method and Description |
---|---|
protected void |
_booleanResponse(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler,
java.lang.String key,
boolean val) |
protected void |
_failedResponse(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler,
java.lang.String message) |
protected void |
_stringResponse(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler,
java.lang.String key,
java.lang.String val) |
java.lang.Object |
clone() |
void |
close() |
public AbstractApp()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
protected void _booleanResponse(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler, java.lang.String key, boolean val)
protected void _failedResponse(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler, java.lang.String message)
protected void _stringResponse(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler, java.lang.String key, java.lang.String val)