public interface ConfigStoreFactory
ConfigStore
. This is a SPI, and so implementations are retrieved
from the classpath / classloader using a ServiceLoader
.Modifier and Type | Method and Description |
---|---|
ConfigStore |
create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration)
Creates an instance of the
ConfigStore . |
String |
name() |
String name()
ConfigStore create(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject configuration)
ConfigStore
.vertx
- the vert.x instance, never null
configuration
- the configuration, never null
, but potentially emptyCopyright © 2019 Eclipse. All rights reserved.