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