public class ConfigMapStore extends Object implements ConfigStore
Constructor and Description |
---|
ConfigMapStore(Vertx vertx,
JsonObject configuration) |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
close()
Closes the configuration store.
|
Future<Buffer> |
get()
Retrieves the configuration store in this store.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, get
public ConfigMapStore(Vertx vertx, JsonObject configuration)
public Future<Void> close()
ConfigStore
close
in interface ConfigStore
public Future<Buffer> get()
ConfigStore
get
in interface ConfigStore
Copyright © 2023 Eclipse. All rights reserved.