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 |
---|---|
io.vertx.core.Future<Void> |
close() |
io.vertx.core.Future<io.vertx.core.buffer.Buffer> |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, get
public ConfigMapStore(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject configuration)
public io.vertx.core.Future<Void> close()
close
in interface ConfigStore
public io.vertx.core.Future<io.vertx.core.buffer.Buffer> get()
get
in interface ConfigStore
Copyright © 2020 Eclipse. All rights reserved.