Package | Description |
---|---|
io.vertx.kafka.admin |
Modifier and Type | Method and Description |
---|---|
ConfigSynonym |
ConfigSynonym.setName(String name)
Set the name of this configuration
|
ConfigSynonym |
ConfigSynonym.setSource(org.apache.kafka.clients.admin.ConfigEntry.ConfigSource source)
Set the source of this configuration
|
ConfigSynonym |
ConfigSynonym.setValue(String value)
Set the value of this configuration, which may be null if the configuration is sensitive
|
Modifier and Type | Method and Description |
---|---|
List<ConfigSynonym> |
ConfigEntry.getSynonyms() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigSynonymConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ConfigSynonym obj) |
static void |
ConfigSynonymConverter.toJson(ConfigSynonym obj,
JsonObject json) |
static void |
ConfigSynonymConverter.toJson(ConfigSynonym obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ConfigEntry |
ConfigEntry.setSynonyms(List<ConfigSynonym> synonyms)
Set all config values that may be used as the value of this config along with their source, in the order of precedence
|
Copyright © 2023 Eclipse. All rights reserved.