Class AclDeleteResult.AclBindingDeleteResult
java.lang.Object
org.apache.kafka.server.authorizer.AclDeleteResult.AclBindingDeleteResult
- Enclosing class:
- AclDeleteResult
Delete result for each ACL binding that matched a delete filter.
- 
Constructor SummaryConstructorsConstructorDescriptionAclBindingDeleteResult(AclBinding aclBinding) AclBindingDeleteResult(AclBinding aclBinding, ApiException exception) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns ACL binding that matched the delete filter.Returns any exception that resulted in failure to delete ACL binding.
- 
Constructor Details- 
AclBindingDeleteResult
- 
AclBindingDeleteResult
 
- 
- 
Method Details- 
aclBindingReturns ACL binding that matched the delete filter. Ifexception()is empty, the ACL binding was successfully deleted.
- 
exceptionReturns any exception that resulted in failure to delete ACL binding. If exception is empty, the ACL binding was successfully deleted.
 
-