public class ConsulConfigStore extends Object implements ConfigStore
| 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 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 Eclipse. All rights reserved.