public class JsonConfigStore extends Object implements ConfigStore
| Constructor and Description |
|---|
JsonConfigStore(JsonObject configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
get(Handler<AsyncResult<Buffer>> completionHandler)
Retrieves the configuration store in this store.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic JsonConfigStore(JsonObject configuration)
public void get(Handler<AsyncResult<Buffer>> completionHandler)
ConfigStoreget in interface ConfigStorecompletionHandler - the handler to pass the configurationCopyright © 2020. All rights reserved.