@InterfaceStability.Evolving public class CreateAclsResult extends Object
Admin.createAcls(Collection)
call.
The API of this class is evolving, see Admin
for details.Modifier and Type | Method and Description |
---|---|
KafkaFuture<Void> |
all()
Return a future which succeeds only if all the ACL creations succeed.
|
Map<AclBinding,KafkaFuture<Void>> |
values()
Return a map from ACL bindings to futures which can be used to check the status of the creation of each ACL
binding.
|
public Map<AclBinding,KafkaFuture<Void>> values()
public KafkaFuture<Void> all()