Class ListClientMetricsResourcesResult

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

@Evolving public class ListClientMetricsResourcesResult extends Object
The result of the Admin.listClientMetricsResources() call.

The API of this class is evolving, see Admin for details.

  • Method Details

    • all

      Returns a future that yields either an exception, or the full set of client metrics listings. In the event of a failure, the future yields nothing but the first exception which occurred.