open class VaultConfigStore : ConfigStore
An implementation of ConfigStore for Vault (https://www.vaultproject.io/).
Author
Clement Escoffier
VaultConfigStore(vertx: Vertx, config: JsonObject)
Creates an instance of VaultConfigStore. |
open fun close(completionHandler: Handler<Void>): Unit |
|
open fun get(completionHandler: Handler<AsyncResult<Buffer>>): Unit |
|
open fun getVaultClient(): SlimVaultClient |