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 Summary
Modifier and TypeMethodDescriptionall()
Return a future which succeeds if the operation is successful.
-
Method Details
-
all
Return a future which succeeds if the operation is successful.
-