Uses of Class
io.vertx.kafka.admin.ConfigSynonym
-
Packages that use ConfigSynonym Package Description io.vertx.kafka.admin -
-
Uses of ConfigSynonym in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConfigSynonym Modifier and Type Method Description ConfigSynonym
ConfigSynonym. setName(String name)
Set the name of this configurationConfigSynonym
ConfigSynonym. setSource(org.apache.kafka.clients.admin.ConfigEntry.ConfigSource source)
Set the source of this configurationConfigSynonym
ConfigSynonym. setValue(String value)
Set the value of this configuration, which may be null if the configuration is sensitiveMethods in io.vertx.kafka.admin that return types with arguments of type ConfigSynonym Modifier and Type Method Description List<ConfigSynonym>
ConfigEntry. getSynonyms()
Method parameters in io.vertx.kafka.admin with type arguments of type ConfigSynonym Modifier and Type Method 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
-