Package org.apache.kafka.clients.admin
Class ListClientMetricsResourcesResult
java.lang.Object
org.apache.kafka.clients.admin.ListClientMetricsResourcesResult
The result of the
Admin.listClientMetricsResources() call. Method Summary
Modifier and TypeMethodDescriptionall()Returns a future that yields either an exception, or the full set of client metrics listings.
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.