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)
ConfigStore
get
in interface ConfigStore
completionHandler
- the handler to pass the configurationpublic void close(Handler<Void> completionHandler)
ConfigStore
close
in interface ConfigStore
completionHandler
- handler called when the cleanup has been completedCopyright © 2023 Eclipse. All rights reserved.