@Evolving
public class CreateAclsResult
extends Object
-
Method Summary
org.apache.kafka.common.KafkaFuture<Void>
Return a future which succeeds only if all the ACL creations succeed.
Map<org.apache.kafka.common.acl.AclBinding,org.apache.kafka.common.KafkaFuture<Void>>
Return a map from ACL bindings to futures which can be used to check the status of the creation of each ACL
binding.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
values
public Map<org.apache.kafka.common.acl.AclBinding,org.apache.kafka.common.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.
-
all
public org.apache.kafka.common.KafkaFuture<Void> all()
Return a future which succeeds only if all the ACL creations succeed.