Package org.apache.kafka.clients.admin
Class AlterConfigsResult
java.lang.Object
org.apache.kafka.clients.admin.AlterConfigsResult
The result of the 
Admin.alterConfigs(Map) call.
 The API of this class is evolving, see Admin for details.- 
Method Details- 
valuesReturn a map from resources to futures which can be used to check the status of the operation on each resource.
- 
allReturn a future which succeeds only if all the alter configs operations succeed.
 
-