public class ConfigMapStore extends Object implements ConfigStore
Constructor and Description |
---|
ConfigMapStore(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
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 ConfigMapStore(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject configuration)
public void close(io.vertx.core.Handler<Void> completionHandler)
close
in interface ConfigStore
public void get(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> completionHandler)
get
in interface ConfigStore
Copyright © 2018 Eclipse. All rights reserved.