Package org.apache.kafka.clients.admin
Class CreateAclsResult
java.lang.Object
org.apache.kafka.clients.admin.CreateAclsResult
The result of the
Admin.createAcls(Collection)
call.
The API of this class is evolving, see Admin
for details.-
Method Details
-
values
Return a map from ACL bindings to futures which can be used to check the status of the creation of each ACL binding. -
all
Return a future which succeeds only if all the ACL creations succeed.
-