Uses of Class
io.vertx.kafka.admin.ConfigEntry
-
Packages that use ConfigEntry Package Description io.vertx.kafka.admin -
-
Uses of ConfigEntry in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConfigEntry Modifier and Type Method Description ConfigEntry
ConfigEntry. setDefault(boolean isDefault)
Set whether the config value is the default or if it's been explicitly setConfigEntry
ConfigEntry. setName(String name)
Set the config nameConfigEntry
ConfigEntry. setReadOnly(boolean readOnly)
Set whether the config is read-only and cannot be updatedConfigEntry
ConfigEntry. setSensitive(boolean isSensitive)
Set whether the config value is sensitive.ConfigEntry
ConfigEntry. setSource(org.apache.kafka.clients.admin.ConfigEntry.ConfigSource source)
Set the source of this configuration entryConfigEntry
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 precedenceConfigEntry
ConfigEntry. setValue(String value)
Set the value or null.Methods in io.vertx.kafka.admin that return types with arguments of type ConfigEntry Modifier and Type Method Description List<ConfigEntry>
Config. getEntries()
Method parameters in io.vertx.kafka.admin with type arguments of type ConfigEntry Modifier and Type Method Description Config
Config. setEntries(List<ConfigEntry> entries)
Set the configuration entries for a resourceConstructor parameters in io.vertx.kafka.admin with type arguments of type ConfigEntry Constructor Description Config(List<ConfigEntry> entries)
Constructor
-