Package org.apache.kafka.clients.admin
Class ListTopicsResult
java.lang.Object
org.apache.kafka.clients.admin.ListTopicsResult
The result of the
Admin.listTopics() call.Method Details
namesToListings
Return a future which yields a map of topic names to TopicListing objects.listings
Return a future which yields a collection of TopicListing objects.names
Return a future which yields a collection of topic names.