public class ConfigMapStore extends Object implements ConfigStore
| Constructor and Description | 
|---|
ConfigMapStore(Vertx vertx,
              JsonObject configuration)  | 
| 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 ConfigMapStore(Vertx vertx, JsonObject configuration)
public void close(Handler<Void> completionHandler)
ConfigStoreclose in interface ConfigStorecompletionHandler - handler called when the cleanup has been completedpublic void get(Handler<AsyncResult<Buffer>> completionHandler)
ConfigStoreget in interface ConfigStorecompletionHandler - the handler to pass the configurationCopyright © 2020 Eclipse. All rights reserved.