Class UpdateFeaturesResult

java.lang.Object
org.apache.kafka.clients.admin.UpdateFeaturesResult

public class UpdateFeaturesResult extends Object
The result of the Admin.updateFeatures(Map, UpdateFeaturesOptions) call. The API of this class is evolving, see Admin for details.
  • Method Details

    • values

      public Map<String,org.apache.kafka.common.KafkaFuture<Void>> values()
    • all

      public org.apache.kafka.common.KafkaFuture<Void> all()
      Return a future which succeeds if all the feature updates succeed.