Class DeleteShareGroupsResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteShareGroupsResult
The result of the
Admin.deleteShareGroups(Collection <String>, DeleteShareGroupsOptions) call. The API of this class is evolving, see Admin for details.Method Summary
Modifier and TypeMethodDescriptionall()Return a future which succeeds only if all the share group deletions succeed.Map<String, KafkaFuture<Void>> Return a map from group id to futures which can be used to check the status of individual deletions.
Method Details
deletedGroups
Return a map from group id to futures which can be used to check the status of individual deletions.all
Return a future which succeeds only if all the share group deletions succeed.