Package org.oracle.okafka.clients.admin
Class DeleteTopicsResult
java.lang.Object
org.oracle.okafka.clients.admin.DeleteTopicsResult
The result of the
Admin.deleteTopics(Collection)
call.
The API of this class is evolving, see Admin
for details.-
Method Details
-
values
Return a map from topic names to futures which can be used to check the status of individual deletions. -
all
Return a future which succeeds only if all the topic deletions succeed.
-