Class DeleteClusterLinksResult

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

@Confluent @Evolving public class DeleteClusterLinksResult extends Object
The result of ConfluentAdmin.deleteClusterLinks(Collection, DeleteClusterLinksOptions). The API of this class is evolving, see Admin for details.
  • Constructor Details

  • Method Details

    • result

      public Map<String,KafkaFuture<Void>> result()
      Returns a map from link name to the future status of the operation.
    • all

      public KafkaFuture<Void> all()
      Returns a future which succeeds only if all cluster link deletion requests succeed.