public class HttpConfigStore extends Object implements ConfigStore
| Constructor and Description |
|---|
HttpConfigStore(String host,
int port,
String path,
HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Handler<Void> completionHandler)
Closes the configuration store.
|
void |
get(Handler<AsyncResult<Buffer>> completionHandler)
Retrieves the configuration store in this store.
|
public HttpConfigStore(String host, int port, String path, HttpClient client)
public void get(Handler<AsyncResult<Buffer>> completionHandler)
ConfigStoreget in interface ConfigStorecompletionHandler - the handler to pass the configurationpublic void close(Handler<Void> completionHandler)
ConfigStoreclose in interface ConfigStorecompletionHandler - handler called when the cleanup has been completedCopyright © 2020. All rights reserved.