vertx / io.vertx.config.redis / RedisConfigStoreFactory

RedisConfigStoreFactory

open class RedisConfigStoreFactory : ConfigStoreFactory

Factory to create RedisConfigStore instances.

Author
Clement Escoffier

Constructors

<init>

RedisConfigStoreFactory()

Factory to create RedisConfigStore instances.

Functions

create

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

name

open fun name(): String