open class VaultConfigStoreFactory : ConfigStoreFactory
Implementation of ConfigStoreFactory to create VaultConfigStore.
Author
Clement Escoffier
VaultConfigStoreFactory()
Implementation of ConfigStoreFactory to create VaultConfigStore. |
open fun create(vertx: Vertx, configuration: JsonObject): ConfigStore |
|
open fun name(): String |