| Package | Description | 
|---|---|
| io.vertx.kafka.admin | |
| io.vertx.kafka.client.common | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Map<ConfigResource,Config>> | 
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources)
Like  
KafkaAdminClient.describeConfigs(List, Handler) but returns a Future of the asynchronous result | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Void> | 
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs)
Like  
KafkaAdminClient.alterConfigs(Map, Handler) but returns a Future of the asynchronous result | 
void | 
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs,
            Handler<AsyncResult<Void>> completionHandler)
Update the configuration for the specified resources with the default options 
 | 
Future<Map<ConfigResource,Config>> | 
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources)
Like  
KafkaAdminClient.describeConfigs(List, Handler) but returns a Future of the asynchronous result | 
void | 
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources,
               Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler)
Get 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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigResource | 
ConfigResource.setDefault(boolean isDefault)
Set if this is the default resource of a resource type. 
 | 
ConfigResource | 
ConfigResource.setName(String name)
Set the resource name 
 | 
ConfigResource | 
ConfigResource.setType(org.apache.kafka.common.config.ConfigResource.Type type)
Set the resource type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ConfigResourceConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        ConfigResource obj)  | 
static void | 
ConfigResourceConverter.toJson(ConfigResource obj,
      JsonObject json)  | 
static void | 
ConfigResourceConverter.toJson(ConfigResource obj,
      Map<String,Object> json)  | 
Copyright © 2020 Eclipse. All rights reserved.