public class EnvVariablesConfigStore extends Object implements ConfigStore
As this configuration store is a singleton, the factory returns always the same instance.
| Constructor and Description |
|---|
EnvVariablesConfigStore(Vertx vertx,
boolean rawData,
JsonArray keys) |
| 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, waitclose, getpublic Future<Buffer> get()
ConfigStoreget in interface ConfigStorepublic Future<Void> close()
ConfigStoreclose in interface ConfigStoreCopyright © 2021. All rights reserved.