Package org.apache.kafka.clients.admin
Class UnregisterBrokerResult
java.lang.Object
org.apache.kafka.clients.admin.UnregisterBrokerResult
The result of the 
Admin.unregisterBroker(int, UnregisterBrokerOptions) call.
 The API of this class is evolving, see Admin for details.- 
Method SummaryModifier and TypeMethodDescriptionall()Return a future which succeeds if the operation is successful.
- 
Method Details- 
allReturn a future which succeeds if the operation is successful.
 
-