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 theAdmin.unregisterBroker(int, UnregisterBrokerOptions)
call. The API of this class is evolving, seeAdmin
for details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaFuture<Void>
all()
Return a future which succeeds if the operation is successful.
-
-
-
Method Detail
-
all
public KafkaFuture<Void> all()
Return a future which succeeds if the operation is successful.
-
-