open class ConfigMapStore : ConfigStore
An implementation of configuration store reading config map from Kubernetes.
ConfigMapStore(vertx: Vertx, configuration: JsonObject) |
open fun close(completionHandler: Handler<Void>): Unit |
|
open fun get(completionHandler: Handler<AsyncResult<Buffer>>): Unit |