public class RedisConfigStore extends Object implements io.vertx.config.spi.ConfigStore
| Constructor and Description |
|---|
RedisConfigStore(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(io.vertx.core.Handler<Void> completionHandler) |
void |
get(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> completionHandler) |
public RedisConfigStore(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config)
public void close(io.vertx.core.Handler<Void> completionHandler)
close in interface io.vertx.config.spi.ConfigStorepublic void get(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> completionHandler)
get in interface io.vertx.config.spi.ConfigStoreCopyright © 2021 Eclipse. All rights reserved.