Class CreateAclsResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KafkaFuture<java.lang.Void> all()
      Return a future which succeeds only if all the ACL creations succeed.
      java.util.Map<AclBinding,​KafkaFuture<java.lang.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateAclsResult

        public CreateAclsResult​(java.util.Map<AclBinding,​KafkaFuture<java.lang.Void>> futures)
    • Method Detail

      • values

        public java.util.Map<AclBinding,​KafkaFuture<java.lang.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 KafkaFuture<java.lang.Void> all()
        Return a future which succeeds only if all the ACL creations succeed.