| Package | Description |
|---|---|
| io.vertx.config.vault.client |
| Modifier and Type | Method and Description |
|---|---|
void |
SlimVaultClient.read(String path,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Secret>> responseHandler)
Reads a secret from `path`.
|
void |
SlimVaultClient.write(String path,
io.vertx.core.json.JsonObject secrets,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Secret>> resultHandler)
Write a secret to `path`.
|
Copyright © 2019 Eclipse. All rights reserved.