Class DeleteAclsResult

java.lang.Object
org.apache.kafka.clients.admin.DeleteAclsResult

public class DeleteAclsResult extends Object
The result of the Admin.deleteAcls(Collection) call.
  • Method Details

    • values

      Return a map from acl filters to futures which can be used to check the status of the deletions by each filter.
    • all

      Return a future which succeeds only if all the ACLs deletions succeed, and which contains all the deleted ACLs. Note that it if the filters don't match any ACLs, this is not considered an error.