| Package | Description | 
|---|---|
| io.vertx.kafka.admin | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setEntries(List<ConfigEntry> entries)
Set the configuration entries for a resource 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ConfigConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        Config obj)  | 
static void | 
ConfigConverter.toJson(Config obj,
      JsonObject json)  | 
static void | 
ConfigConverter.toJson(Config obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs,
            Handler<AsyncResult<Void>> completionHandler)
Update the configuration for the specified resources with the default options 
 | 
void | 
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources,
               Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler)
Get the configuration for the specified resources with the default options 
 | 
Copyright © 2020 Eclipse. All rights reserved.