Package org.apache.kafka.clients.admin
Class DeleteAclsResult.FilterResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteAclsResult.FilterResult
- Enclosing class:
- DeleteAclsResult
A class containing either the deleted ACL binding or an exception if the delete failed.
-
Method Summary
Modifier and TypeMethodDescriptionbinding()
Return the deleted ACL binding or null if there was an error.Return an exception if the ACL delete was not successful or null if it was.
-
Method Details
-
binding
Return the deleted ACL binding or null if there was an error. -
exception
Return an exception if the ACL delete was not successful or null if it was.
-