Package org.apache.kafka.clients.admin
Class DescribeConfigsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeConfigsResult
The result of the 
Admin.describeConfigs(Collection) call.
 The API of this class is evolving, see Admin for details.- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDescribeConfigsResult(Map<ConfigResource, KafkaFuture<Config>> futures) 
- 
Method Summary
- 
Constructor Details- 
DescribeConfigsResult
 
- 
- 
Method Details- 
valuesReturn a map from resources to futures which can be used to check the status of the configuration for each resource.
- 
allReturn a future which succeeds only if all the config descriptions succeed.
 
-