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(Vertx vertx,
JsonObject configuration)
Creates an instance of the
ConfigStore . |
String |
name() |
String name()
ConfigStore create(Vertx vertx, JsonObject configuration)
ConfigStore
.vertx
- the vert.x instance, never null
configuration
- the configuration, never null
, but potentially emptyCopyright © 2023 Eclipse. All rights reserved.