Class UnregisterBrokerResult

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

public class UnregisterBrokerResult extends Object
The result of the Admin.unregisterBroker(int, UnregisterBrokerOptions) call. The API of this class is evolving, see Admin for details.
  • Method Details

    • all

      public KafkaFuture<Void> all()
      Return a future which succeeds if the operation is successful.