vertx / io.vertx.config.vault / VaultConfigStoreFactory

VaultConfigStoreFactory

open class VaultConfigStoreFactory : ConfigStoreFactory

Implementation of ConfigStoreFactory to create VaultConfigStore.

Author
Clement Escoffier

Constructors

<init>

VaultConfigStoreFactory()

Implementation of ConfigStoreFactory to create VaultConfigStore.

Functions

create

open fun create(vertx: Vertx, configuration: JsonObject): ConfigStore

name

open fun name(): String