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