Package org.apache.kafka.clients.admin
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 Summary
Modifier and Type Method Description KafkaFuture<Void>
all()
Return a future which succeeds if the operation is successful.
-
Method Details
-
all
Return a future which succeeds if the operation is successful.
-