Uses of Class
io.vertx.kafka.admin.Config
Packages that use Config
-
Uses of Config in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConfigModifier and TypeMethodDescriptionConfig.setEntries(List<ConfigEntry> entries) Set the configuration entries for a resourceMethods in io.vertx.kafka.admin that return types with arguments of type ConfigModifier and TypeMethodDescriptionio.vertx.core.Future<Map<ConfigResource,Config>> KafkaAdminClient.describeConfigs(List<ConfigResource> configResources) LikeKafkaAdminClient.describeConfigs(List, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type ConfigModifier and TypeMethodDescriptionio.vertx.core.Future<Void>KafkaAdminClient.alterConfigs(Map<ConfigResource, Config> configs) LikeKafkaAdminClient.alterConfigs(Map, Handler)but returns aFutureof the asynchronous resultvoidKafkaAdminClient.alterConfigs(Map<ConfigResource, Config> configs, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) Update the configuration for the specified resources with the default optionsvoidKafkaAdminClient.describeConfigs(List<ConfigResource> configResources, io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<ConfigResource, Config>>> completionHandler) Get the configuration for the specified resources with the default options