Class DeleteTopicsResult

    • Method Detail

      • values

        public Map<String,​KafkaFuture<Void>> values()
        Return a map from topic names to futures which can be used to check the status of individual deletions.
      • all

        public KafkaFuture<Void> all()
        Return a future which succeeds only if all the topic deletions succeed.