Uses of Class
io.vertx.kafka.admin.Config
-
Packages that use Config Package Description io.vertx.kafka.admin -
-
Uses of Config in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return Config Modifier and Type Method Description Config
Config. setEntries(List<ConfigEntry> entries)
Set the configuration entries for a resourceMethods in io.vertx.kafka.admin that return types with arguments of type Config Modifier and Type Method Description Future<Map<ConfigResource,Config>>
KafkaAdminClient. describeConfigs(List<ConfigResource> configResources)
Get the configuration for the specified resources with the default optionsMethod parameters in io.vertx.kafka.admin with type arguments of type Config Modifier and Type Method Description Future<Void>
KafkaAdminClient. alterConfigs(Map<ConfigResource,Config> configs)
Update the configuration for the specified resources with the default options
-