Class DeleteAclsResult.FilterResult

java.lang.Object
org.apache.kafka.clients.admin.DeleteAclsResult.FilterResult
Enclosing class:
DeleteAclsResult

public static class DeleteAclsResult.FilterResult extends Object
A class containing either the deleted ACL binding or an exception if the delete failed.
  • Method Details

    • binding

      public AclBinding binding()
      Return the deleted ACL binding or null if there was an error.
    • exception

      public ApiException exception()
      Return an exception if the ACL delete was not successful or null if it was.