Uses of Class
io.vertx.kafka.admin.ConfigEntry
Packages that use ConfigEntry
-
Uses of ConfigEntry in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConfigEntryModifier and TypeMethodDescriptionConfigEntry.setDefault(boolean isDefault) Set whether the config value is the default or if it's been explicitly setSet the config nameConfigEntry.setReadOnly(boolean readOnly) Set whether the config is read-only and cannot be updatedConfigEntry.setSensitive(boolean isSensitive) Set whether the config value is sensitive.ConfigEntry.setSource(org.apache.kafka.clients.admin.ConfigEntry.ConfigSource source) Set the source of this configuration entryConfigEntry.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 precedenceSet the value or null.Methods in io.vertx.kafka.admin that return types with arguments of type ConfigEntryMethod parameters in io.vertx.kafka.admin with type arguments of type ConfigEntryModifier and TypeMethodDescriptionConfig.setEntries(List<ConfigEntry> entries) Set the configuration entries for a resourceConstructor parameters in io.vertx.kafka.admin with type arguments of type ConfigEntry