Package org.apache.kafka.clients.admin
Class DeleteConsumerGroupsResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteConsumerGroupsResult
The result of the 
Admin.deleteConsumerGroups(Collection) call.
 The API of this class is evolving, see Admin for details.- 
Method SummaryModifier and TypeMethodDescriptionall()Return a future which succeeds only if all the consumer group deletions succeed.Return a map from group id to futures which can be used to check the status of individual deletions.
- 
Method Details- 
deletedGroupsReturn a map from group id to futures which can be used to check the status of individual deletions.
- 
allReturn a future which succeeds only if all the consumer group deletions succeed.
 
-