Class ListConfigResourcesResult

java.lang.Object
org.apache.kafka.clients.admin.ListConfigResourcesResult

public class ListConfigResourcesResult extends Object
The result of the Admin.listConfigResources() call.

  • 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.