public class RedisConfigStoreFactory extends Object implements ConfigStoreFactory
RedisConfigStore instances.| Constructor and Description | 
|---|
| RedisConfigStoreFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigStore | create(Vertx vertx,
      JsonObject configuration)Creates an instance of the  ConfigStore. | 
| String | name() | 
public String name()
name in interface ConfigStoreFactorypublic ConfigStore create(Vertx vertx, JsonObject configuration)
ConfigStoreFactoryConfigStore.create in interface ConfigStoreFactoryvertx - the vert.x instance, never nullconfiguration - the configuration, never null, but potentially emptyCopyright © 2023 Eclipse. All rights reserved.