Class ListConfigResourcesResult
java.lang.Object
org.apache.kafka.clients.admin.ListConfigResourcesResult
The result of the
Admin.listConfigResources() call. Method Summary
Modifier and TypeMethodDescriptionall()Returns a future that yields either an exception, or the full set of config resources.
Method Details
all
Returns a future that yields either an exception, or the full set of config resources. In the event of a failure, the future yields nothing but the first exception which occurred.