public abstract class StoreBase extends ZeroBase
| Constructor and Description |
|---|
StoreBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execJObject(String filename,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
protected void |
execProp(String filename,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
protected void |
execYaml(String filename,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
protected void execJObject(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
protected void execYaml(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
protected void execProp(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
Copyright © 2017. All rights reserved.