Class DeleteConsumerGroupsResult

    • 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 consumer group deletions succeed.
      java.util.Map<java.lang.String,​KafkaFuture<java.lang.Void>> deletedGroups()
      Return a map from group id to futures which can be used to check the status of individual deletions.
      • Methods inherited from class java.lang.Object

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

      • deletedGroups

        public java.util.Map<java.lang.String,​KafkaFuture<java.lang.Void>> deletedGroups()
        Return a map from group id to futures which can be used to check the status of individual deletions.
      • all

        public KafkaFuture<java.lang.Void> all()
        Return a future which succeeds only if all the consumer group deletions succeed.