Package org.apache.kafka.clients.admin
Class DeleteShareGroupOffsetsResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteShareGroupOffsetsResult
The result of the
Admin.deleteShareGroupOffsets(String, Set, DeleteShareGroupOffsetsOptions)
call.
The API of this class is evolving, see Admin
for details.
-
Method Summary
Modifier and TypeMethodDescriptionall()
Return a future which succeeds only if all the deletions succeed.topicResult
(String topic) Return a future which can be used to check the result for a given topic.
-
Method Details
-
all
Return a future which succeeds only if all the deletions succeed. If not, the first topic error shall be returned. -
topicResult
Return a future which can be used to check the result for a given topic.
-