public class ConfigMapStoreFactory extends Object implements ConfigStoreFactory
Constructor and Description |
---|
ConfigMapStoreFactory() |
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 ConfigStoreFactory
public ConfigStore create(Vertx vertx, JsonObject configuration)
ConfigStoreFactory
ConfigStore
.create
in interface ConfigStoreFactory
vertx
- the vert.x instance, never null
configuration
- the configuration, never null
, but potentially emptyCopyright © 2023 Eclipse. All rights reserved.